Skip to content

Commit 98b0dfd

Browse files
committed
Removed an inaccurate comment I made
1 parent 37be768 commit 98b0dfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BUILD_DIR/t4_sensor2.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ ESOS_CHILD_TASK(barGraph_child, uint16_t u16_num2graph){ //visual display of da
5252
}
5353

5454
ESOS_CHILD_TASK(menu) {
55-
// neither of these will be used across yield or waits, so no need for static(-ness)
5655
static uint8_t proc_mode = 0x00;
57-
static uint8_t num_samples = 0x00;
56+
static uint8_t num_samples = 0x00;
5857

5958
ESOS_TASK_BEGIN();
6059
for (;;) {

0 commit comments

Comments
 (0)