aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/sys_rules.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-17 09:34:08 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-17 09:34:08 +1000
commit3a520359a0bba575eff83e8013b705eacb93aeb4 (patch)
treebbc2173b86b00ef9dab9bcbecee7fe762bfdf8d2 /src/gdisp/sys_rules.h
parent16fbcdc0b5b73024ab0f41b7d505f3265bf136f0 (diff)
downloaduGFX-3a520359a0bba575eff83e8013b705eacb93aeb4.tar.gz
uGFX-3a520359a0bba575eff83e8013b705eacb93aeb4.tar.bz2
uGFX-3a520359a0bba575eff83e8013b705eacb93aeb4.zip
GDISP updates to match previous GDRIVER and multiple display updates
Diffstat (limited to 'src/gdisp/sys_rules.h')
-rw-r--r--src/gdisp/sys_rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/sys_rules.h b/src/gdisp/sys_rules.h
index 90b07138..79df2d88 100644
--- a/src/gdisp/sys_rules.h
+++ b/src/gdisp/sys_rules.h
@@ -26,7 +26,7 @@
#endif
#if defined(GDISP_DRIVER_LIST)
#if GDISP_TOTAL_DISPLAYS != 1
- #error "GDISP Multiple Drivers: You can't specify both GDISP_TOTAL_DISPLAYS and GDISP_DRIVER_LIST
+ #error "GDISP Multiple Drivers: You can't specify both GDISP_TOTAL_DISPLAYS and GDISP_DRIVER_LIST"
#endif
#ifndef GDISP_PIXELFORMAT
#error "GDISP Multiple Drivers: You must specify a value for GDISP_PIXELFORMAT when using GDISP_DRIVER_LIST"