aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chsys.h')
-rw-r--r--os/rt/include/chsys.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/rt/include/chsys.h b/os/rt/include/chsys.h
index 9d1bff204..a92a67008 100644
--- a/os/rt/include/chsys.h
+++ b/os/rt/include/chsys.h
@@ -38,10 +38,10 @@
* @name Masks of executable integrity checks.
* @{
*/
-#define CH_INTEGRITY_RLIST 1
-#define CH_INTEGRITY_VTLIST 2
-#define CH_INTEGRITY_REGISTRY 4
-#define CH_INTEGRITY_PORT 8
+#define CH_INTEGRITY_RLIST 1U
+#define CH_INTEGRITY_VTLIST 2U
+#define CH_INTEGRITY_REGISTRY 4U
+#define CH_INTEGRITY_PORT 8U
/** @} */
/*===========================================================================*/