main.rs: add cfg to fix zc706 compiling error

pull/249/head
MorganTL 2023-08-28 17:30:21 +08:00
parent 622d267d55
commit bc135f742f
2 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,7 @@ pub fn main_core0() {
i2c::init();
let i2c_bus = unsafe { (i2c::I2C_BUS).as_mut().unwrap() };
#[cfg(feature = "target_kasli_soc")]
let (mut io_expander0, mut io_expander1);
#[cfg(feature = "target_kasli_soc")]
{

View File

@ -612,6 +612,7 @@ pub extern "C" fn main_core0() -> i32 {
let mut i2c = I2c::i2c0();
i2c.init().expect("I2C initialization failed");
#[cfg(feature = "target_kasli_soc")]
let (mut io_expander0, mut io_expander1);
#[cfg(feature = "target_kasli_soc")]
{