aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCMx/chcore_v6m.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-02-05 08:49:18 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-02-05 08:49:18 +0000
commit9683ccfa78dff27ef8479e3af8d6817f51455ec2 (patch)
tree76838c24ea15707106c9668031c27c8859bf9080 /os/common/ports/ARMCMx/chcore_v6m.h
parent0cde2e51c7219647f961623d7995326a0324f12c (diff)
downloadChibiOS-9683ccfa78dff27ef8479e3af8d6817f51455ec2.tar.gz
ChibiOS-9683ccfa78dff27ef8479e3af8d6817f51455ec2.tar.bz2
ChibiOS-9683ccfa78dff27ef8479e3af8d6817f51455ec2.zip
MISRA-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10083 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/ARMCMx/chcore_v6m.h')
-rw-r--r--os/common/ports/ARMCMx/chcore_v6m.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/ports/ARMCMx/chcore_v6m.h b/os/common/ports/ARMCMx/chcore_v6m.h
index 07fb06afa..b5209107d 100644
--- a/os/common/ports/ARMCMx/chcore_v6m.h
+++ b/os/common/ports/ARMCMx/chcore_v6m.h
@@ -118,11 +118,11 @@
/* Derived constants and error checks. */
/*===========================================================================*/
-#if !defined(CH_CUSTOMER_LICENSED_PORT_CM0)
-#error "CH_CUSTOMER_LICENSED_PORT_CM0 not defined"
+#if !defined(CH_CUSTOMER_LIC_PORT_CM0)
+#error "CH_CUSTOMER_LIC_PORT_CM0 not defined"
#endif
-#if CH_CUSTOMER_LICENSED_PORT_CM0 == FALSE
+#if CH_CUSTOMER_LIC_PORT_CM0 == FALSE
#error "ChibiOS Cortex-M0 port not licensed"
#endif