aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
diff options
context:
space:
mode:
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)