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:
parent
7c9082836b
commit
a7dce83ddf
|
@ -376,6 +376,12 @@
|
||||||
#define THD_IDLE_END NULL
|
#define THD_IDLE_END NULL
|
||||||
#endif
|
#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. */
|
/* Module data structures and types. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue