Skip to content

Commit 5073a1c

Browse files
authored
Grammatic Error
There are two "only" . Removed one "only"
1 parent ef481f7 commit 5073a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AnalogRead_DigitalRead/AnalogRead_DigitalRead.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <semphr.h> // add the FreeRTOS functions for Semaphores (or Flags).
33

44
// Declare a mutex Semaphore Handle which we will use to manage the Serial Port.
5-
// It will be used to ensure only only one Task is accessing this resource at any time.
5+
// It will be used to ensure only one Task is accessing this resource at any time.
66
SemaphoreHandle_t xSerialSemaphore;
77

88
// define two Tasks for DigitalRead & AnalogRead

0 commit comments

Comments
 (0)