aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-02-05 08:32:45 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-02-05 08:32:45 +0000
commit0cde2e51c7219647f961623d7995326a0324f12c (patch)
tree3400a1493f60bf8ef9cf4e370350ceec821e513e /os/nil
parent6be3fa8d5f172aa2fe20e4bd93cd11ca4443eea1 (diff)
downloadChibiOS-0cde2e51c7219647f961623d7995326a0324f12c.tar.gz
ChibiOS-0cde2e51c7219647f961623d7995326a0324f12c.tar.bz2
ChibiOS-0cde2e51c7219647f961623d7995326a0324f12c.zip
MISRA-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10082 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil')
-rw-r--r--os/nil/include/ch.h2
1 files changed, 1 insertions, 1 deletions
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