Browse Source

Speed 24 MHz - not 24 Hz for Lowest voltage

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

+ 1
- 1
teensy4/clockspeed.c View File

@@ -43,7 +43,7 @@ uint32_t set_arm_clock(uint32_t frequency)
if (voltage > OVERCLOCK_MAX_VOLT) voltage = OVERCLOCK_MAX_VOLT;
}
#endif
} else if (frequency <= 24) {
} else if (frequency <= 24000000) {
voltage = 950; // 0.95
}


Loading…
Cancel
Save