Przeglądaj źródła

remove comment

main
Defragster 5 lat temu
rodzic
commit
bc2762a426
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      teensy4/startup.c

+ 1
- 1
teensy4/startup.c Wyświetl plik

@@ -115,7 +115,7 @@ extern volatile uint32_t systick_cycle_count;
static void configure_systick(void)
{
_VectorsRam[14] = pendablesrvreq_isr;
_VectorsRam[15] = systick_isr; // Wait for CycleCounter to sync
_VectorsRam[15] = systick_isr;
SYST_RVR = (SYSTICK_EXT_FREQ / 1000) - 1;
SYST_CVR = 0;
SYST_CSR = SYST_CSR_TICKINT | SYST_CSR_ENABLE;

Ładowanie…
Anuluj
Zapisz