From d0fa882cdc74af4fad5b1a44e10bca44e83429a1 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 6 Feb 2018 18:28:33 +0000 Subject: Fixed an error message. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11458 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chfifo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/common/oslib/include/chfifo.h') 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 /*===========================================================================*/ -- cgit v1.2.3