mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Init PortaPack IO after CPLD update.
This commit is contained in:
parent
d6e3cc1d1b
commit
018d8ee952
@ -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…
Reference in New Issue
Block a user