forked from M-Labs/artiq-zynq
main fw: cleanup
This commit is contained in:
parent
9ec0d58652
commit
4f9f90adbf
|
@ -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_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_10);
|
||||||
// cxp_downconn::loopback_testing(0, &mut timer, cxp_phys::CXP_SPEED::CXP_12);
|
// 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);
|
// cxp_upconn::tx_test(0, &mut timer);
|
||||||
// timer.delay_us(5_000_000);
|
|
||||||
// }
|
|
||||||
|
|
||||||
comms::main(timer, cfg);
|
comms::main(timer, cfg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue