Fixed an error message.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11458 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
0a5b942dc0
commit
d0fa882cdc
|
@ -63,11 +63,11 @@
|
|||
/*===========================================================================*/
|
||||
|
||||
#if CH_CFG_USE_MEMPOOLS == FALSE
|
||||
#error "CH_CFG_USE_FIFO requires CH_CFG_USE_MEMPOOLS"
|
||||
#error "CH_CFG_USE_OBJ_FIFOS requires CH_CFG_USE_MEMPOOLS"
|
||||
#endif
|
||||
|
||||
#if CH_CFG_USE_SEMAPHORES == FALSE
|
||||
#error "CH_CFG_USE_FIFO requires CH_CFG_USE_SEMAPHORES"
|
||||
#error "CH_CFG_USE_OBJ_FIFOS requires CH_CFG_USE_SEMAPHORES"
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue