From 0f1a6877e8366eb673da26ba21e0768e0feb3f38 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 17 Dec 2017 09:51:34 +0000 Subject: Initial STM32H7 stuff. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11145 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') diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/main.c b/demos/STM32/RT-STM32F746G-DISCOVERY/main.c index 5f257e98b..c54cfc578 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