experiments: fix zc706 build

master
Sebastien Bourdeauducq 2020-09-09 21:30:56 +08:00
parent 338f918531
commit ac3e6983b0
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ use libboard_zynq::{
}, },
time::Milliseconds, time::Milliseconds,
}; };
#[cfg(feature = "target_zc706")]
use libboard_zynq::print;
use libcortex_a9::{ use libcortex_a9::{
mutex::Mutex, mutex::Mutex,
l2c::enable_l2_cache, l2c::enable_l2_cache,