From 5edf6e75b0e32e6a40469dc398a966ebbee2b86a Mon Sep 17 00:00:00 2001 From: KazushiM <85604869+KazushiMe@users.noreply.github.com> Date: Thu, 23 Sep 2021 02:15:19 +0800 Subject: [PATCH] Sys-clk-OC: fix typo in apm 0x20003: 307000000 -> 307200000 --- Source/sys-clk-OC/common/src/apm_profile_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/sys-clk-OC/common/src/apm_profile_table.c b/Source/sys-clk-OC/common/src/apm_profile_table.c index 19f5b68e..669d0e21 100644 --- a/Source/sys-clk-OC/common/src/apm_profile_table.c +++ b/Source/sys-clk-OC/common/src/apm_profile_table.c @@ -17,7 +17,7 @@ SysClkApmConfiguration sysclk_g_apm_configurations[] = { {0x00020000, 1020000000, 230400000, 1600000000}, {0x00020001, 1020000000, 307200000, 1600000000}, {0x00020002, 1224000000, 230400000, 1600000000}, - {0x00020003, 1020000000, 307000000, 1331200000}, + {0x00020003, 1020000000, 307200000, 1331200000}, {0x00020004, 1020000000, 384000000, 1331200000}, {0x00020005, 1020000000, 307200000, 1065600000}, {0x00020006, 1020000000, 384000000, 1065600000},