From b8f4a34f5aa835cd79bf524e8132db28c5aa2be7 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 19 Mar 2011 18:07:28 +0100 Subject: digital/mimot: fix !a command --- digital/mimot/src/dirty/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/mimot/src') diff --git a/digital/mimot/src/dirty/main.c b/digital/mimot/src/dirty/main.c index b3d93aa0..5dcfd8c7 100644 --- a/digital/mimot/src/dirty/main.c +++ b/digital/mimot/src/dirty/main.c @@ -301,8 +301,8 @@ proto_callback (uint8_t cmd, uint8_t size, uint8_t *args) /* Set all acknoledge. * - b: first auxiliary ack sequence number. * - b: second auxiliary ack sequence number. */ - state_acknowledge (&state_aux[0], args[1]); - state_acknowledge (&state_aux[1], args[2]); + state_acknowledge (&state_aux[0], args[0]); + state_acknowledge (&state_aux[1], args[1]); break; /* Stats. * - b: interval between stats. */ -- cgit v1.2.3