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:
Giovanni Di Sirio 2018-02-06 18:28:33 +00:00
parent 0a5b942dc0
commit d0fa882cdc
1 changed files with 2 additions and 2 deletions

View File

@ -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
/*===========================================================================*/