mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 17:19:29 +00:00
Init PortaPack IO after CPLD update.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user