diff options
Diffstat (limited to 'test/testbmk.c')
-rw-r--r-- | test/testbmk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testbmk.c b/test/testbmk.c index b8031f190..5e5b11e7d 100644 --- a/test/testbmk.c +++ b/test/testbmk.c @@ -460,7 +460,7 @@ static void bmk9_execute(void) { static uint8_t ib[16];
static InputQueue iq;
- chIQInit(&iq, ib, sizeof(ib), NULL);
+ chIQInit(&iq, ib, sizeof(ib), NULL, NULL);
n = 0;
test_wait_tick();
test_start_timer(1000);
|