mirror of https://github.com/m-labs/artiq.git
satman: send ResetAck
This commit is contained in:
parent
a5ad1dc266
commit
4d6619f3bc
|
@ -43,7 +43,8 @@ fn process_aux_packet(p: &drtioaux::Packet) {
|
||||||
} else {
|
} else {
|
||||||
drtio_reset(true);
|
drtio_reset(true);
|
||||||
drtio_reset(false);
|
drtio_reset(false);
|
||||||
}
|
},
|
||||||
|
drtioaux::hw::send_link(0, &drtioaux::Packet::ResetAck).unwrap();
|
||||||
},
|
},
|
||||||
|
|
||||||
drtioaux::Packet::RtioErrorRequest => {
|
drtioaux::Packet::RtioErrorRequest => {
|
||||||
|
|
Loading…
Reference in New Issue