From a7dce83ddf0819988997e9e2aa159927d698cfeb Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 10 Oct 2022 08:25:17 +0000 Subject: [PATCH] Fixed warnings. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15818 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/nil/include/ch.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h index 686b77849..0564f50d5 100644 --- a/os/nil/include/ch.h +++ b/os/nil/include/ch.h @@ -376,6 +376,12 @@ #define THD_IDLE_END NULL #endif +/** + * @brief Definition required for compatibility with OSLIB. + * @note This setting is not currently supported by NIL. + */ +#define CH_CFG_HARDENING_LEVEL 0 + /*===========================================================================*/ /* Module data structures and types. */ /*===========================================================================*/