aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-03-11 00:16:09 +1000
committerinmarket <andrewh@inmarket.com.au>2015-03-11 00:16:09 +1000
commit84ae564bfc20337a1cee21c734c1cea5bb6a272c (patch)
treec40164e5ea422303dc93e10939a5d4b8289879d5 /src/gos
parent865b7887d067254259e67d67c046497caa616d2c (diff)
downloaduGFX-84ae564bfc20337a1cee21c734c1cea5bb6a272c.tar.gz
uGFX-84ae564bfc20337a1cee21c734c1cea5bb6a272c.tar.bz2
uGFX-84ae564bfc20337a1cee21c734c1cea5bb6a272c.zip
Support ChibiOS V3 changes to the FileStream API
Diffstat (limited to 'src/gos')
-rw-r--r--src/gos/gos_chibios.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gos/gos_chibios.c b/src/gos/gos_chibios.c
index faa007b5..62f5d8ee 100644
--- a/src/gos/gos_chibios.c
+++ b/src/gos/gos_chibios.c
@@ -28,7 +28,9 @@
#if !CH_CFG_USE_SEMAPHORES
#error "GOS: CH_CFG_USE_SEMAPHORES must be defined in chconf.h"
#endif
-
+
+#else
+ #error "GOS: Unsupported version of ChibiOS"
#endif
void _gosInit(void)