forked from M-Labs/artiq-zynq
satman: fix unsupported message response
This commit is contained in:
parent
b3b092838c
commit
6590084a1f
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue