aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-26 11:04:44 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-26 11:04:44 +0000
commitdc3872cef8b0340421c8f948665cbe7d38798ae4 (patch)
treea1ba45d21b423de33653a6ab5d67220b8ac652ca /os/hal/ports
parent0714e7283d1e207bcbcb06cb6fce90ec581bb2d9 (diff)
downloadChibiOS-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
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/STM32H7xx/hal_lld.c2
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();
}
/**