X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fmsg_test.c;h=638eeddd2ede6aea9cf6c1473144bb7e982591a1;hb=827fb5a9d45cdfcfcb90a4b5e3f9b4a14d727a89;hp=7cc65b03022cb34dcc04f8f5a966543e1cea5954;hpb=23a9c310a7e81d359eeac54101fa7c98c4a7a468;p=bertos.git diff --git a/bertos/kern/msg_test.c b/bertos/kern/msg_test.c index 7cc65b03..638eeddd 100644 --- a/bertos/kern/msg_test.c +++ b/bertos/kern/msg_test.c @@ -44,7 +44,7 @@ * $test$: echo "#define CONFIG_KERN_SIGNALS 1" >> $cfgdir/cfg_signal.h */ -#include +#include "cfg/cfg_timer.h" #include #include #include @@ -179,7 +179,6 @@ int msg_testRun(void) TestMsg msg4; TestMsg msg5; TestMsg *reply; - ticks_t start_time = timer_clock(); // Allocate and start the test process struct Process *recv0 = RECV_INIT_PROC(0);