aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_chibios.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_chibios.h')
-rw-r--r--src/gos/gos_chibios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gos/gos_chibios.h b/src/gos/gos_chibios.h
index a3aba712..2580b88e 100644
--- a/src/gos/gos_chibios.h
+++ b/src/gos/gos_chibios.h
@@ -29,7 +29,7 @@
*/
#if CH_KERNEL_MAJOR == 3
- typedef char bool_t;
+ typedef bool bool_t;
#endif
typedef systime_t delaytime_t;