Skip to content

Commit 365fb83

Browse files
committed
fix: typo raised by codespell
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 6011ba6 commit 365fb83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ScheduledAsync/ScheduledAsync.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ void do_blink()
7272
}
7373

7474
/*********************************************************************
75-
* This part of the sketch defines the lora work task, which iniates new
76-
* work and the lora_done() function that processes the results.
75+
* This part of the sketch defines the lora work task, which initiates
76+
* new work and the lora_done() function that processes the results.
7777
*********************************************************************/
7878

7979
static const unsigned long TX_INTERVAL = 60000; /* ms */

0 commit comments

Comments
 (0)