From 1ffcc1b527ea652dfc067e13e90b0ab728ece3e7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 22 Dec 2017 11:05:26 +0000 Subject: Workaround for GCC7 fallthrough bug. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11161 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F746G-DISCOVERY/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY/main.c') diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/main.c b/demos/STM32/RT-STM32F746G-DISCOVERY/main.c index c54cfc578..5f257e98b 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY/main.c +++ b/demos/STM32/RT-STM32F746G-DISCOVERY/main.c @@ -48,7 +48,7 @@ int main(void) { * - Kernel initialization, the main() function becomes a thread and the * RTOS is active. */ - halInit(); + halInit(); chSysInit(); /* -- cgit v1.2.3