Skip to content

Commit 79c8263

Browse files
committed
Normalize all the line endings
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 38e08a2 commit 79c8263

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+41214
-41214
lines changed

examples/AnalogRead_DigitalRead/AnalogRead_DigitalRead.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ void TaskAnalogRead( void *pvParameters __attribute__((unused)) ) // This is a
131131
vTaskDelay(1); // one tick delay (15ms) in between reads for stability
132132
}
133133
}
134-
134+

examples/Blink_AnalogRead/Blink_AnalogRead.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ void TaskAnalogRead(void *pvParameters) // This is a task.
112112
vTaskDelay(1); // one tick delay (15ms) in between reads for stability
113113
}
114114
}
115-
115+

0 commit comments

Comments
 (0)