diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-17 09:51:34 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-17 09:51:34 +0000 |
commit | 0f1a6877e8366eb673da26ba21e0768e0feb3f38 (patch) | |
tree | c35ab87293a699d06bda0b1c944dcb86b425d6ff /demos/STM32/RT-STM32F746G-DISCOVERY/main.c | |
parent | bc229a2aa70815c59c45dc9de59d01fe5525b5f3 (diff) | |
download | ChibiOS-0f1a6877e8366eb673da26ba21e0768e0feb3f38.tar.gz ChibiOS-0f1a6877e8366eb673da26ba21e0768e0feb3f38.tar.bz2 ChibiOS-0f1a6877e8366eb673da26ba21e0768e0feb3f38.zip |
Initial STM32H7 stuff.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11145 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY/main.c')
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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();
/*
|