satman: send ResetAck

pull/954/head
Sebastien Bourdeauducq 2018-02-22 15:17:44 +08:00
parent a5ad1dc266
commit 4d6619f3bc
1 changed files with 2 additions and 1 deletions

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