From 84ae564bfc20337a1cee21c734c1cea5bb6a272c Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 11 Mar 2015 00:16:09 +1000 Subject: Support ChibiOS V3 changes to the FileStream API --- src/gos/gos_chibios.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gos') 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) -- cgit v1.2.3