diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-26 11:04:44 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-26 11:04:44 +0000 |
commit | dc3872cef8b0340421c8f948665cbe7d38798ae4 (patch) | |
tree | a1ba45d21b423de33653a6ab5d67220b8ac652ca | |
parent | 0714e7283d1e207bcbcb06cb6fce90ec581bb2d9 (diff) | |
download | ChibiOS-dc3872cef8b0340421c8f948665cbe7d38798ae4.tar.gz ChibiOS-dc3872cef8b0340421c8f948665cbe7d38798ae4.tar.bz2 ChibiOS-dc3872cef8b0340421c8f948665cbe7d38798ae4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11190 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/STM32/STM32H7xx/hal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32H7xx/hal_lld.c b/os/hal/ports/STM32/STM32H7xx/hal_lld.c index acf8047fb..73a9fe4ef 100644 --- a/os/hal/ports/STM32/STM32H7xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32H7xx/hal_lld.c @@ -146,7 +146,7 @@ void hal_lld_init(void) { #endif
/* IRQ subsystem initialization.*/
-// irqInit();
+ irqInit();
}
/**
|