From 0cde2e51c7219647f961623d7995326a0324f12c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 5 Feb 2017 08:32:45 +0000 Subject: MISRA-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10082 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/include/ch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/nil') diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index 779178f7c..cb32383cb 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -354,7 +354,7 @@ /* Derived constants and error checks. */ /*===========================================================================*/ -#if CH_CUSTOMER_LICENSED_NIL == FALSE +#if CH_CUSTOMER_LIC_NIL == FALSE #error "ChibiOS/NIL not licensed" #endif -- cgit v1.2.3