Browse Source

remove comment

main
Defragster 6 years ago
parent
commit
bc2762a426
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy4/startup.c

+ 1
- 1
teensy4/startup.c View File

static void configure_systick(void) static void configure_systick(void)
{ {
_VectorsRam[14] = pendablesrvreq_isr; _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_RVR = (SYSTICK_EXT_FREQ / 1000) - 1;
SYST_CVR = 0; SYST_CVR = 0;
SYST_CSR = SYST_CSR_TICKINT | SYST_CSR_ENABLE; SYST_CSR = SYST_CSR_TICKINT | SYST_CSR_ENABLE;

Loading…
Cancel
Save