Skip to content

Commit 97832e8

Browse files
authored
Merge pull request #371 from soburi/fix_typo_arduino_h
cores: arduino: Arduino.h: Fix typo
2 parents e9b9a3b + 9d52365 commit 97832e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cores/arduino/Arduino.h

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

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

0 commit comments

Comments
 (0)