mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 04:44:27 -04:00
Init PortaPack IO after CPLD update.
This commit is contained in:
parent
d6e3cc1d1b
commit
018d8ee952
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,6 @@ 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();
|
||||
|
@ -153,6 +151,8 @@ void init() {
|
|||
chSysHalt();
|
||||
}
|
||||
|
||||
portapack::io.init();
|
||||
|
||||
audio::init();
|
||||
|
||||
clock_manager.enable_first_if_clock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue