pull/954/head
Sebastien Bourdeauducq 2018-02-22 15:27:54 +08:00
parent 10c02afd9c
commit 96423882f2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ fn process_aux_packet(p: &drtioaux::Packet) {
} else {
drtio_reset(true);
drtio_reset(false);
},
}
drtioaux::hw::send_link(0, &drtioaux::Packet::ResetAck).unwrap();
},