forked from Mirrors/usk
Update main.c
This commit is contained in:
parent
7160263347
commit
7ca69d4b76
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
|
@ -21,10 +21,10 @@
|
||||||
|
|
||||||
bool write_payload();
|
bool write_payload();
|
||||||
|
|
||||||
// overclock to 200 MHz, pretty stable & enough for the glitch
|
// overclock to 300 MHz
|
||||||
void init_system() {
|
void init_system() {
|
||||||
vreg_set_voltage(VREG_VOLTAGE_1_30);
|
vreg_set_voltage(VREG_VOLTAGE_1_30);
|
||||||
set_sys_clock_khz(200000, true);
|
set_sys_clock_khz(300000, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// filled within "fast check" on eMMC init
|
// filled within "fast check" on eMMC init
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue