Selaa lähdekoodia

synchro ref note for var

teensy4-core
Defragster 6 vuotta sitten
vanhempi
commit
1a8060854d
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      teensy4/EventResponder.cpp

+ 1
- 0
teensy4/EventResponder.cpp Näytä tiedosto

@@ -337,6 +337,7 @@ void MillisTimer::runFromTimer()
// TODO: this doesn't work for IMXRT - no longer using predefined names
extern "C" volatile uint32_t systick_millis_count;
extern "C" volatile uint32_t systick_cycle_count;
extern "C" volatile uint32_t systick_safe_read; // micros() synchronization
extern "C" void systick_isr(void)
{
systick_cycle_count = ARM_DWT_CYCCNT;

Loading…
Peruuta
Tallenna