2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

satman: send ResetAck

This commit is contained in:
Sebastien Bourdeauducq 2018-02-22 15:17:44 +08:00
parent a5ad1dc266
commit 4d6619f3bc

View File

@ -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 => {