Fixed warnings.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15818 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-10-10 08:25:17 +00:00
parent 7c9082836b
commit a7dce83ddf
1 changed files with 6 additions and 0 deletions

View File

@ -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. */
/*===========================================================================*/