From 0ca35b4b5a8fc67b2222fa0981cb650f1b938f35 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 17 Mar 2018 11:24:50 +0000 Subject: Removed separated configuration file for oslib. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11795 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/nil/include/ch.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/nil') diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index 06620573a..b5da42aac 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -418,6 +418,11 @@ /* Derived constants and error checks. */ /*===========================================================================*/ +/* License checks.*/ +#if !defined(CH_CUSTOMER_LIC_NIL) || !defined(CH_LICENSE_FEATURES) +#error "malformed chlicense.h" +#endif + #if CH_CUSTOMER_LIC_NIL == FALSE #error "ChibiOS/NIL not licensed" #endif -- cgit v1.2.3