aboutsummaryrefslogtreecommitdiffstats
path: root/test/testbmk.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-30 14:23:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-30 14:23:37 +0000
commit64403d8f188725bc5814813371382bc148956a83 (patch)
treed6bdfcc69266e383071e50645a1ecee3e08df786 /test/testbmk.c
parent9cd24294b8b5c32af4f64762eb99868b1a5c7b75 (diff)
downloadChibiOS-64403d8f188725bc5814813371382bc148956a83.tar.gz
ChibiOS-64403d8f188725bc5814813371382bc148956a83.tar.bz2
ChibiOS-64403d8f188725bc5814813371382bc148956a83.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6048 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testbmk.c')
-rw-r--r--test/testbmk.c3
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);