MISRA-related fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11471 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2018-02-10 10:20:24 +00:00
parent b4dde0d786
commit 083c5f3ae3
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@
#endif
#if !defined(TRUE) || defined(__DOXYGEN__)
#define TRUE (!FALSE)
#define TRUE 1
#endif
#define OSAL_SUCCESS false

View File

@ -46,7 +46,7 @@
#endif
#if !defined(TRUE) || defined(__DOXYGEN__)
#define TRUE (!FALSE)
#define TRUE 1
#endif
#define OSAL_SUCCESS false

View File

@ -44,7 +44,7 @@
#endif
#if !defined(TRUE) || defined(__DOXYGEN__)
#define TRUE (!FALSE)
#define TRUE 1
#endif
#define OSAL_SUCCESS false

View File

@ -42,7 +42,7 @@
#endif
#if !defined(TRUE) || defined(__DOXYGEN__)
#define TRUE (!FALSE)
#define TRUE 1
#endif
#define OSAL_SUCCESS false