fix experiments build for Cora

tcp-recv-fnmut
Sebastien Bourdeauducq 2020-06-28 17:47:33 +08:00
parent ec252b099c
commit dd288912af
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,6 @@ use libboard_zynq::{
clocks::source::{ArmPll, ClockSource, IoPll}, clocks::source::{ArmPll, ClockSource, IoPll},
clocks::Clocks, clocks::Clocks,
print, println, print, println,
ps7_init,
sdio::sd_card::SdCard, sdio::sd_card::SdCard,
smoltcp::{ smoltcp::{
self, self,
@ -25,6 +24,8 @@ use libboard_zynq::{
}, },
time::Milliseconds, time::Milliseconds,
}; };
#[cfg(feature = "target_zc706")]
use libboard_zynq::ps7_init;
use libcortex_a9::{ use libcortex_a9::{
mutex::Mutex, mutex::Mutex,
sync_channel::{self, sync_channel}, sync_channel::{self, sync_channel},