aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-09 12:29:55 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-09 12:32:05 +1000
commita61b4a71159f7387d904254adf5a957332e8ce39 (patch)
tree65682161c61110a6d0d5121b0590f37c2831f0db /src
parent8e42404e7cdfcd568afac6b6a1ad0d0c825da0ff (diff)
downloaduGFX-a61b4a71159f7387d904254adf5a957332e8ce39.tar.gz
uGFX-a61b4a71159f7387d904254adf5a957332e8ce39.tar.bz2
uGFX-a61b4a71159f7387d904254adf5a957332e8ce39.zip
ChibiOS 3 error message update
Diffstat (limited to 'src')
-rw-r--r--src/gos/gos_chibios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gos/gos_chibios.c b/src/gos/gos_chibios.c
index 9d1a86da..faa007b5 100644
--- a/src/gos/gos_chibios.c
+++ b/src/gos/gos_chibios.c
@@ -23,10 +23,10 @@
#elif CH_KERNEL_MAJOR == 3
#if !CH_CFG_USE_MUTEXES
- #error "GOS: CH_USE_MUTEXES must be defined in chconf.h"
+ #error "GOS: CH_CFG_USE_MUTEXES must be defined in chconf.h"
#endif
#if !CH_CFG_USE_SEMAPHORES
- #error "GOS: CH_USE_SEMAPHORES must be defined in chconf.h"
+ #error "GOS: CH_CFG_USE_SEMAPHORES must be defined in chconf.h"
#endif
#endif