We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd450c commit 875c0ebCopy full SHA for 875c0eb
targets/TARGET_RENESAS/TARGET_RZ_A1XX/common/r_typedefs.h
@@ -51,7 +51,9 @@ typedef double float64_t;
51
Typedef definitions
52
******************************************************************************/
53
typedef char char_t;
54
-typedef int bool_t;
+#ifndef bool_t
55
+typedef bool bool_t;
56
+#endif
57
typedef int int_t;
58
typedef long double float128_t;
59
typedef signed long long_t;
0 commit comments