ChibiOS 3 error message update

ugfx_release_2.6
inmarket 2014-10-09 12:29:55 +10:00
parent 8e42404e7c
commit a61b4a7115
1 changed files with 2 additions and 2 deletions

View File

@ -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