forked from M-Labs/artiq
firmware/satman/lib.rs: has_serwb_phy to has_serwb_phy_amc
This commit is contained in:
parent
39a8fc682d
commit
a3383c340c
|
@ -195,7 +195,7 @@ fn startup() {
|
|||
info!("software version {}", include_str!(concat!(env!("OUT_DIR"), "/git-describe")));
|
||||
info!("gateware version {}", board::ident(&mut [0; 64]));
|
||||
|
||||
#[cfg(has_serwb_phy)]
|
||||
#[cfg(has_serwb_phy_amc)]
|
||||
board::serwb::wait_init();
|
||||
|
||||
#[cfg(has_ad9516)]
|
||||
|
|
Loading…
Reference in New Issue