Kaynağa Gözat

track millis - no magic

teensy4-core
Defragster 5 yıl önce
ebeveyn
işleme
f5df47d9e5
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      teensy4/EventResponder.cpp

+ 1
- 1
teensy4/EventResponder.cpp Dosyayı Görüntüle

@@ -339,7 +339,7 @@ extern "C" volatile uint32_t systick_millis_count;
extern "C" volatile uint32_t systick_cycle_count;
extern "C" void systick_isr(void)
{
systick_cycle_count += F_CPU_ACTUAL/1000;
systick_cycle_count = ARM_DWT_CYCCNT;
systick_millis_count++;
MillisTimer::runFromTimer();
}

Yükleniyor…
İptal
Kaydet