Skip to content

Commit

Permalink
BugID:16846667: timer test case code clean
Browse files Browse the repository at this point in the history
	modified:   example/uapp1/test/timer_test.c
	modified:   example/uapp1/uapp1.mk

Change-Id: I2bfb4036e8ebc1337147090efcd8101c110b4a8b
  • Loading branch information
eastmoutain authored and Cheng-SG committed Mar 10, 2019
1 parent 7fcc4bd commit 4b2b7c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/example/uapp1/test/timer_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <u_api.h>

#define LOOP_ROUND 20
#define STACK_SIZE 0x400

static ktimer_t timer;
static ksem_t *timer_sem;
Expand Down
2 changes: 1 addition & 1 deletion app/example/uapp1/uapp1.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4b2b7c9

Please sign in to comment.