mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-03 11:06:58 -04:00
Configure CLKOUT at power-up per PMEM setting (#1669)
This commit is contained in:
parent
d0bd8e50be
commit
f42ad5ffc6
1 changed files with 3 additions and 0 deletions
|
@ -173,6 +173,9 @@ SystemStatusView::SystemStatusView(
|
|||
pmem::load_persistent_settings_from_file();
|
||||
}
|
||||
|
||||
// configure CLKOUT per pmem setting
|
||||
portapack::clock_manager.enable_clock_output(pmem::clkout_enabled());
|
||||
|
||||
// force apply of selected sdcard speed override at UI startup
|
||||
pmem::set_config_sdcard_high_speed_io(pmem::config_sdcard_high_speed_io(), false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue