mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-28 01:05:58 -04:00
Move PortaPack IO init to earlier -- with other IO init.
Was causing trouble with performing audio codec reset.
This commit is contained in:
parent
66d66b57ab
commit
17ba51d7eb
2 changed files with 2 additions and 1 deletions
|
@ -139,6 +139,8 @@ void init() {
|
|||
led_rx.setup();
|
||||
led_tx.setup();
|
||||
|
||||
portapack::io.init();
|
||||
|
||||
clock_manager.init();
|
||||
clock_manager.set_reference_ppb(persistent_memory::correction_ppb());
|
||||
clock_manager.run_at_full_speed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue