satman: fix unsupported message response

This commit is contained in:
occheung 2024-08-23 17:34:25 +08:00
parent b3b092838c
commit 6590084a1f
1 changed files with 3 additions and 3 deletions

View File

@ -1249,8 +1249,8 @@ fn process_aux_packet(
timer
);
error!("config erasen not supported on zynq device");
Ok(())
error!("config erase not supported on zynq device");
drtioaux::send(0, &drtioaux::Packet::CoreMgmtNack)
}
drtioaux::Packet::CoreMgmtRebootRequest {
destination: _destination,
@ -1287,7 +1287,7 @@ fn process_aux_packet(
);
error!("debug allocator not supported on zynq device");
Ok(())
drtioaux::send(0, &drtioaux::Packet::CoreMgmtNack)
}
p => {