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 dab0842 commit 950df23Copy full SHA for 950df23
cores/arduino/wiring.c
@@ -65,6 +65,7 @@ void init( void )
65
// Capture error
66
while ( 1 ) ;
67
}
68
+ NVIC_SetPriority (SysTick_IRQn, (1 << __NVIC_PRIO_BITS) - 2); /* set Priority for Systick Interrupt (2nd lowest) */
69
70
// Clock PORT for Digital I/O
71
// PM->APBBMASK.reg |= PM_APBBMASK_PORT ;
0 commit comments