summaryrefslogtreecommitdiff
path: root/nuttx/arch/rgmp/include/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/rgmp/include/stdbool.h')
-rw-r--r--nuttx/arch/rgmp/include/stdbool.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/nuttx/arch/rgmp/include/stdbool.h b/nuttx/arch/rgmp/include/stdbool.h
index 993e0f736..eb1bee1ad 100644
--- a/nuttx/arch/rgmp/include/stdbool.h
+++ b/nuttx/arch/rgmp/include/stdbool.h
@@ -58,9 +58,6 @@
* use _Bool8 as the underlying type.
*/
-#ifndef CONFIG_ARCH_RGMP
-#define bool _Bool8
-#endif
#define true 1
#define false 0
@@ -82,8 +79,6 @@
* as the underlying type.
*/
-#ifndef CONFIG_ARCH_RGMP
typedef uint8_t _Bool8;
-#endif
#endif /* __ARCH_RGMP_INCLUDE_STDBOOL_H */