firmware: fix zc706 compilation error

Co-authored-by: morgan <mc@m-labs.hk>
Co-committed-by: morgan <mc@m-labs.hk>
pull/252/head
morgan 2023-08-29 11:25:28 +08:00 committed by sb10q
parent 622d267d55
commit 1516327c26
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")]
{