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
|
timer
|
||||||
);
|
);
|
||||||
|
|
||||||
error!("config erasen not supported on zynq device");
|
error!("config erase not supported on zynq device");
|
||||||
Ok(())
|
drtioaux::send(0, &drtioaux::Packet::CoreMgmtNack)
|
||||||
}
|
}
|
||||||
drtioaux::Packet::CoreMgmtRebootRequest {
|
drtioaux::Packet::CoreMgmtRebootRequest {
|
||||||
destination: _destination,
|
destination: _destination,
|
||||||
|
@ -1287,7 +1287,7 @@ fn process_aux_packet(
|
||||||
);
|
);
|
||||||
|
|
||||||
error!("debug allocator not supported on zynq device");
|
error!("debug allocator not supported on zynq device");
|
||||||
Ok(())
|
drtioaux::send(0, &drtioaux::Packet::CoreMgmtNack)
|
||||||
}
|
}
|
||||||
|
|
||||||
p => {
|
p => {
|
||||||
|
|
Loading…
Reference in New Issue