aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-05-22 17:39:41 +1000
committerinmarket <andrewh@inmarket.com.au>2014-05-22 17:39:41 +1000
commit9ca7cc9c9e0e14930a37fd77a89db8ba55fd696b (patch)
treef4aeafb457a3f7fa003c4ffdb3a379d350753fb6 /boards
parent451f6a2ae09c621c43bc2209b2f75213c641fdd6 (diff)
downloaduGFX-9ca7cc9c9e0e14930a37fd77a89db8ba55fd696b.tar.gz
uGFX-9ca7cc9c9e0e14930a37fd77a89db8ba55fd696b.tar.bz2
uGFX-9ca7cc9c9e0e14930a37fd77a89db8ba55fd696b.zip
Compile fix
Diffstat (limited to 'boards')
-rw-r--r--boards/base/Linux-Framebuffer/board_framebuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/Linux-Framebuffer/board_framebuffer.h b/boards/base/Linux-Framebuffer/board_framebuffer.h
index 71e00937..b08796fb 100644
--- a/boards/base/Linux-Framebuffer/board_framebuffer.h
+++ b/boards/base/Linux-Framebuffer/board_framebuffer.h
@@ -91,7 +91,7 @@
}
#ifdef USE_SET_MODE
- info.reserved[0] = 0;
+ fb_var.reserved[0] = 0;
fb_var.reserved[1] = 0;
fb_var.reserved[2] = 0;
fb_var.xoffset = 0;