From 4b2b7c9abd72a461ad1a91d5adc6e10cfb8713d9 Mon Sep 17 00:00:00 2001 From: east moutain Date: Tue, 27 Nov 2018 17:42:33 +0800 Subject: [PATCH] BugID:16846667: timer test case code clean modified: example/uapp1/test/timer_test.c modified: example/uapp1/uapp1.mk Change-Id: I2bfb4036e8ebc1337147090efcd8101c110b4a8b --- app/example/uapp1/test/timer_test.c | 1 - app/example/uapp1/uapp1.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/example/uapp1/test/timer_test.c b/app/example/uapp1/test/timer_test.c index 6f327a0310..c6f352347b 100644 --- a/app/example/uapp1/test/timer_test.c +++ b/app/example/uapp1/test/timer_test.c @@ -5,7 +5,6 @@ #include #define LOOP_ROUND 20 -#define STACK_SIZE 0x400 static ktimer_t timer; static ksem_t *timer_sem; diff --git a/app/example/uapp1/uapp1.mk b/app/example/uapp1/uapp1.mk index 0aa0ddd34e..9e925da023 100644 --- a/app/example/uapp1/uapp1.mk +++ b/app/example/uapp1/uapp1.mk @@ -17,7 +17,7 @@ $(NAME)_SOURCES += test/test.c \ test/mutex_test.c \ test/semphore_test.c \ test/time_test.c \ - test/timer_test.c \ + test/timer_test.c \ test/buf_queue_test.c $(NAME)_INCLUDES := include \