From 7583b58949cf527093799d9c9c89557e3773aada Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Sat, 10 Jan 2026 13:35:43 -0500 Subject: [PATCH] sysclk: unify tdp names --- Source/sys-clk/common/include/sysclk/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/sys-clk/common/include/sysclk/config.h b/Source/sys-clk/common/include/sysclk/config.h index 434bc625..ad1f1a14 100644 --- a/Source/sys-clk/common/include/sysclk/config.h +++ b/Source/sys-clk/common/include/sysclk/config.h @@ -219,7 +219,7 @@ static inline const char* sysclkFormatConfigValue(SysClkConfigValue val, bool pr return pretty ? "Handheld TDP Limit" : "tdp_limit"; case HocClkConfigValue_LiteTDPLimit: - return pretty ? "Lite TDP Limit" : "tdp_limit_l"; + return pretty ? "Handheld TDP Limit" : "tdp_limit_l"; case HocClkConfigValue_EnforceBoardLimit: return pretty ? "Enforce Board Limit" : "enforce_board_limit";