Skip to content

Commit b006dc8

Browse files
committed
Added semi-colon
1 parent 397e91b commit b006dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD_DIR/t4_sensor2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ESOS_CHILD_TASK(menu) {
133133
ESOS_USER_TASK(loop) {
134134
static uint16_t u16_data;
135135
static ESOS_TASK_HANDLE th_child_bar_graph; //declare storage for handle to child task
136-
static ESOS_TASK_HANDLE th_child_menu
136+
static ESOS_TASK_HANDLE th_child_menu;
137137
ESOS_TASK_BEGIN();
138138
for (;;) { //same as while(true)
139139

0 commit comments

Comments
 (0)