From 7ca69d4b7619b4928049144483bb42fc7d83d549 Mon Sep 17 00:00:00 2001 From: rehius <128579193+rehius@users.noreply.github.com> Date: Fri, 26 May 2023 22:44:24 +0000 Subject: [PATCH] Update main.c --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 8682980..88d65d4 100644 --- a/main.c +++ b/main.c @@ -21,10 +21,10 @@ bool write_payload(); -// overclock to 200 MHz, pretty stable & enough for the glitch +// overclock to 300 MHz void init_system() { 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