From 5fb0899bb82c376c14d46e95f3f9057ac585572e Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Sat, 21 Mar 2026 18:18:21 -0400 Subject: [PATCH] sysclk: fix label --- Source/sys-clk/overlay/src/ui/gui/labels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/sys-clk/overlay/src/ui/gui/labels.cpp b/Source/sys-clk/overlay/src/ui/gui/labels.cpp index 1d44d9f8..12697cc1 100644 --- a/Source/sys-clk/overlay/src/ui/gui/labels.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/labels.cpp @@ -35,7 +35,7 @@ std::map cpu_freq_label_m_uv = { {1224000000, "Dev OC"}, {1785000000, "Boost Mode"}, {2397000000, "Safe Max"}, - {2601000000, "Unsafe Max"}, + {2499000000, "Unsafe Max"}, {2703000000, "Absolute Max"}, };