Skip to content

Commit 60a2eb9

Browse files
committed
MPU freq = 1000MHz
1 parent bcb6be7 commit 60a2eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board_conf/brainboard-mp13_conf.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ constexpr I2C_Config I2C_config{};
3838
} // namespace PMIC
3939

4040
constexpr uint32_t HSE_Clock_Hz = 24'000'000;
41-
constexpr uint32_t MPU_MHz = 650;
41+
constexpr uint32_t MPU_MHz = 1000;
4242
constexpr auto ClockType = SystemClocks::HSEClockSource::Resonator;
4343

4444
} // namespace Board

0 commit comments

Comments
 (0)