Teensy 4.1 core updated for C++20
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12345 |
- #include <stdint.h>
-
- volatile uint32_t F_CPU_ACTUAL = 396000000;
- volatile uint32_t F_BUS_ACTUAL = 132000000;
-
|