match ident message with mainline

pull/203/head
mwojcik 2022-10-21 12:08:11 +08:00
parent 19e60073de
commit dc862a9051
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ pub fn main_core0() {
gic::InterruptController::gic(mpcore::RegisterBlock::mpcore()).enable_interrupts();
init_gateware();
info!("detected gateware: {}", identifier_read(&mut [0; 64]));
info!("gateware ident: {}", identifier_read(&mut [0; 64]));
i2c::init();