1
0
Fork 0

main fw: cleanup

This commit is contained in:
morgan 2024-10-21 12:00:59 +08:00
parent 9ec0d58652
commit 4f9f90adbf
1 changed files with 1 additions and 5 deletions

View File

@ -158,11 +158,7 @@ pub fn main_core0() {
// cxp_downconn::loopback_testing(0, &mut timer, cxp_phys::CXP_SPEED::CXP_6);
// cxp_downconn::loopback_testing(0, &mut timer, cxp_phys::CXP_SPEED::CXP_10);
// cxp_downconn::loopback_testing(0, &mut timer, cxp_phys::CXP_SPEED::CXP_12);
// loop {
// use embedded_hal::prelude::_embedded_hal_blocking_delay_DelayUs;
// cxp_upconn::tx_test(0, &mut timer);
// timer.delay_us(5_000_000);
// }
// cxp_upconn::tx_test(0, &mut timer);
comms::main(timer, cfg);
}