Browse Source

Add link to F_CPU_ACTUAL vs F_CPU explanation

main
PaulStoffregen 5 years ago
parent
commit
ef89d233b8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      teensy4/clockspeed.c

+ 2
- 0
teensy4/clockspeed.c View File

@@ -3,6 +3,8 @@
#include "wiring.h"
#include "debug/printf.h"

// A brief explanation of F_CPU_ACTUAL vs F_CPU
// https://forum.pjrc.com/threads/57236?p=212642&viewfull=1#post212642
volatile uint32_t F_CPU_ACTUAL = 396000000;
volatile uint32_t F_BUS_ACTUAL = 132000000;


Loading…
Cancel
Save