|
@@ -12,3 +12,5 @@ void busyWaitUntil (USER_MODE_ const uint32_t inDeadLineMS);
|
|
//$interrupt-section SysTick
|
|
//$interrupt-section SysTick
|
|
|
|
|
|
void systickInterruptServiceRoutine (SECTION_MODE) asm ("interrupt.section.SysTick");
|
|
void systickInterruptServiceRoutine (SECTION_MODE) asm ("interrupt.section.SysTick");
|
|
|
|
+
|
|
|
|
+uint32_t millis(ANY_MODE);
|