CMSIS/RTX: Fix using FALSE/TRUE with preprocesor

(cherry picked from commit 1752803626)
pull/7875/head
Bartek Szatkowski 2018-04-30 12:31:25 +01:00 committed by Russ Butler
parent 67b677d285
commit b7efe36125
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
#include <stdbool.h>
typedef bool bool_t;
#define FALSE ((bool_t)0)
#define TRUE ((bool_t)1)
#define FALSE (0)
#define TRUE (1)
#ifdef RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS
#define DOMAIN_NS 1