We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a30d4 commit dc15122Copy full SHA for dc15122
variants/PORTENTA_X8/hsem.c
@@ -0,0 +1,6 @@
1
+#include "stm32h7xx_hal.h"
2
+
3
+void HSEM2_IRQHandler(void)
4
+{
5
+ HAL_HSEM_IRQHandler();
6
+}
0 commit comments