Skip to content

Commit 37d1cba

Browse files
authored
Merge pull request #43 from sparkfun/ambiq-apollo3-arduino-SVL-fix
Ambiq apollo3 arduino svl fix
2 parents 1e8f3b9 + 3edb9fc commit 37d1cba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include "am_hal_interrupt.c"
2+
3+
// called before main
4+
void mbed_sdk_init()
5+
{
6+
am_hal_interrupt_master_enable();
7+
}

0 commit comments

Comments
 (0)