소스 검색

Removed volatile tag on dummy var systick_safe_read

main
Defragster 5 년 전
부모
커밋
aa3b459699
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      teensy4/delay.c

+ 1
- 1
teensy4/delay.c 파일 보기

@@ -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

Loading…
취소
저장