diff options
Diffstat (limited to 'test/testbmk.c')
-rw-r--r-- | test/testbmk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testbmk.c b/test/testbmk.c index 293dbd607..c04239817 100644 --- a/test/testbmk.c +++ b/test/testbmk.c @@ -218,7 +218,8 @@ static void bmk4_execute(void) { thread_t *tp;
uint32_t n;
- tp = threads[0] = chThdCreateStatic(wa[0], WA_SIZE, chThdGetPriority()+1, thread4, NULL);
+ tp = threads[0] = chThdCreateStatic(wa[0], WA_SIZE, chThdGetPriority()+1,
+ thread4, NULL);
n = 0;
test_wait_tick();
test_start_timer(1000);
|