From dc7ae21c744272f7796386c4a8ad68cb41278359 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 7 Oct 2018 11:59:35 +0000 Subject: Renamed for consistency. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12346 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/lib/include/chlib.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'os/lib/include/chlib.h') diff --git a/os/lib/include/chlib.h b/os/lib/include/chlib.h index 1097c8e15..495d03643 100644 --- a/os/lib/include/chlib.h +++ b/os/lib/include/chlib.h @@ -38,7 +38,7 @@ /** * @brief ChibiOS/LIB identification macro. */ -#define _CHIBIOS_LIB_ +#define _CHIBIOS_OSLIB_ /** * @brief Stable release flag. @@ -138,11 +138,11 @@ #endif /* License checks.*/ -#if !defined(CH_CUSTOMER_LIC_LIB) || !defined(CH_LICENSE_FEATURES) +#if !defined(CH_CUSTOMER_LIC_OSLIB) || !defined(CH_LICENSE_FEATURES) #error "malformed chlicense.h" #endif -#if CH_CUSTOMER_LIC_LIB== FALSE +#if CH_CUSTOMER_LIC_OSLIB== FALSE #error "ChibiOS/LIB not licensed" #endif @@ -153,7 +153,7 @@ #endif /* Restrictions in basic and intermediate modes.*/ -#if (CH_CUSTOMER_LIC_LIB == FALSE) || \ +#if (CH_CUSTOMER_LIC_OSLIB == FALSE) || \ (CH_LICENSE_FEATURES == CH_FEATURES_INTERMEDIATE) || \ (CH_LICENSE_FEATURES == CH_FEATURES_BASIC) @@ -162,12 +162,12 @@ #define CH_CFG_USE_FACTORY FALSE -#endif /* (CH_CUSTOMER_LIC_LIB == FALSE) || +#endif /* (CH_CUSTOMER_LIC_OSLIB == FALSE) || (CH_LICENSE_FEATURES == CH_FEATURES_INTERMEDIATE) || (CH_LICENSE_FEATURES == CH_FEATURES_BASIC) */ /* Restrictions in basic mode.*/ -#if (CH_CUSTOMER_LIC_LIB == FALSE) || \ +#if (CH_CUSTOMER_LIC_OSLIB == FALSE) || \ (CH_LICENSE_FEATURES == CH_FEATURES_BASIC) /* Restricted subsystems.*/ @@ -183,7 +183,7 @@ #define CH_CFG_USE_OBJ_FIFOS FALSE #define CH_CFG_USE_PIPES FALSE -#endif /* (CH_CUSTOMER_LIC_LIB == FALSE) || +#endif /* (CH_CUSTOMER_LIC_OSLIB == FALSE) || (CH_LICENSE_FEATURES == CH_FEATURES_BASIC) */ /*===========================================================================*/ -- cgit v1.2.3