Procházet zdrojové kódy

Removed volatile tag on dummy var systick_safe_read

teensy4-core
Defragster před 6 roky
rodič
revize
aa3b459699
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      teensy4/delay.c

+ 1
- 1
teensy4/delay.c Zobrazit soubor

@@ -5,7 +5,7 @@
//volatile uint32_t F_BUS = 132000000;
volatile uint32_t systick_millis_count = 0;
volatile uint32_t systick_cycle_count = 0;
volatile uint32_t systick_safe_read; // micros() synchronization
uint32_t systick_safe_read; // micros() synchronization

// page 411 says "24 MHz XTALOSC can be the external clock source of SYSTICK"
// Testing shows the frequency is actually 100 kHz - but how? Did NXP really

Načítá se…
Zrušit
Uložit