ChibiOS 3 error message update
This commit is contained in:
parent
8e42404e7c
commit
a61b4a7115
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue