aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F746G-DISCOVERY
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-17 09:51:34 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-17 09:51:34 +0000
commit0f1a6877e8366eb673da26ba21e0768e0feb3f38 (patch)
treec35ab87293a699d06bda0b1c944dcb86b425d6ff /demos/STM32/RT-STM32F746G-DISCOVERY
parentbc229a2aa70815c59c45dc9de59d01fe5525b5f3 (diff)
downloadChibiOS-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')
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY/main.c2
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();
/*