firmware/satman/lib.rs: has_serwb_phy to has_serwb_phy_amc

pull/855/head
Florent Kermarrec 2017-11-18 18:09:35 +01:00
parent 39a8fc682d
commit a3383c340c
1 changed files with 1 additions and 1 deletions

View File

@ -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)]