diff options
-rw-r--r-- | os/common/oslib/include/chfifo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/oslib/include/chfifo.h b/os/common/oslib/include/chfifo.h index 6f8fc8499..17972392e 100644 --- a/os/common/oslib/include/chfifo.h +++ b/os/common/oslib/include/chfifo.h @@ -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
/*===========================================================================*/
|