Skip to content

Commit 746b027

Browse files
committed
cores: arduino: Arduino.h: Fix typo
Fix minor typo in comment. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 3693469 commit 746b027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
DIGITAL_PIN_GPIOS_FIND_PIN(DT_REG_ADDR(DT_PHANDLE_BY_IDX(node, gpios, 0)), \
4141
DT_PHA_BY_IDX(node, gpios, 0, pin))
4242

43-
/* Return the index of it if matched, oterwise return 0 */
43+
/* Return the index of it if matched, otherwise return 0 */
4444
#define LED_BUILTIN_INDEX_BY_REG_AND_PINNUM(n, p, i, dev, num) \
4545
(DIGITAL_PIN_EXISTS(n, p, i, dev, num) ? i : 0)
4646

0 commit comments

Comments
 (0)