aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-06 15:50:19 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-06 15:50:19 +1000
commit18c4a9f8703b8a6ddcea050d74d31b194005dae1 (patch)
tree6101b238aeccc91ccb5331b3108e832bfbc0ff70 /src
parent2151935b3a89fdf357181f6f1161c1c0c1dde1f0 (diff)
downloaduGFX-18c4a9f8703b8a6ddcea050d74d31b194005dae1.tar.gz
uGFX-18c4a9f8703b8a6ddcea050d74d31b194005dae1.tar.bz2
uGFX-18c4a9f8703b8a6ddcea050d74d31b194005dae1.zip
Update support for ChibiOS v3 to the current repository.
Update Make system to match. Add ability to make to a library rather than a program Stop ignoring objcode invalid format errors Multiple make tidy ups
Diffstat (limited to 'src')
-rw-r--r--src/gos/gos_chibios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gos/gos_chibios.h b/src/gos/gos_chibios.h
index a07c72ab..a3aba712 100644
--- a/src/gos/gos_chibios.h
+++ b/src/gos/gos_chibios.h
@@ -28,6 +28,10 @@
* are already defined by ChibiOS
*/
+#if CH_KERNEL_MAJOR == 3
+ typedef char bool_t;
+#endif
+
typedef systime_t delaytime_t;
typedef systime_t systemticks_t;
typedef cnt_t semcount_t;