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