satman: program Allaki

This commit is contained in:
Sebastien Bourdeauducq 2018-06-19 18:09:05 +08:00
parent 574892a4e5
commit 158b5e3083
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@ pub extern fn main() -> i32 {
#[cfg(has_hmc830_7043)]
/* must be the first SPI init because of HMC830 SPI mode selection */
hmc830_7043::init().expect("cannot initialize HMC830/7043");
#[cfg(has_allaki_atts)]
board_artiq::hmc542::program_all(8/*=4dB*/);
loop {
while !drtio_link_rx_up() {