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:43 +1000
commit63fd8ab89b9c4cdddcfd91aacbf12871aeff556e (patch)
treec36a92ee7d769ec7de92ad804078912a054cc951 /src
parentbbc7b6e039d179c92fe53a6ad522131e64412432 (diff)
downloaduGFX-63fd8ab89b9c4cdddcfd91aacbf12871aeff556e.tar.gz
uGFX-63fd8ab89b9c4cdddcfd91aacbf12871aeff556e.tar.bz2
uGFX-63fd8ab89b9c4cdddcfd91aacbf12871aeff556e.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;