Skip to content

Commit 2b0d079

Browse files
authored
Update t4_sensor2.c
1 parent f8b1247 commit 2b0d079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD_DIR/t4_sensor2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ ESOS_USER_TASK(loop) {
221221
ESOS_TASK_WAIT_UNTIL(esos_uiF14_isSW3Released());
222222
b_keepLooping = FALSE;
223223
}
224-
ESOS_TASK_HANDLE th_child;
225-
ESOS_TASK_SPAWN_AND_WAIT(th_child, menu);
224+
// ESOS_TASK_HANDLE th_child;
225+
// ESOS_TASK_SPAWN_AND_WAIT(th_child, menu);
226226

227227
ESOS_TASK_WAIT_TICKS(LOOP_DELAY / 2);
228228

0 commit comments

Comments
 (0)