mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-22 23:59:57 -05: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_rx.setup();
|
||||||
led_tx.setup();
|
led_tx.setup();
|
||||||
|
|
||||||
portapack::io.init();
|
|
||||||
|
|
||||||
clock_manager.init();
|
clock_manager.init();
|
||||||
clock_manager.set_reference_ppb(persistent_memory::correction_ppb());
|
clock_manager.set_reference_ppb(persistent_memory::correction_ppb());
|
||||||
clock_manager.run_at_full_speed();
|
clock_manager.run_at_full_speed();
|
||||||
@ -153,6 +151,8 @@ void init() {
|
|||||||
chSysHalt();
|
chSysHalt();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
portapack::io.init();
|
||||||
|
|
||||||
audio::init();
|
audio::init();
|
||||||
|
|
||||||
clock_manager.enable_first_if_clock();
|
clock_manager.enable_first_if_clock();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user