Skip to content

Commit dc15122

Browse files
committed
x8: fix RPC not starting
1 parent 82a30d4 commit dc15122

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variants/PORTENTA_X8/hsem.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include "stm32h7xx_hal.h"
2+
3+
void HSEM2_IRQHandler(void)
4+
{
5+
HAL_HSEM_IRQHandler();
6+
}

0 commit comments

Comments
 (0)