We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9b9a3b + 9d52365 commit 97832e8Copy full SHA for 97832e8
1 file changed
cores/arduino/Arduino.h
@@ -42,7 +42,7 @@
42
DIGITAL_PIN_GPIOS_FIND_PIN(DT_REG_ADDR(DT_PHANDLE_BY_IDX(node, gpios, 0)), \
43
DT_PHA_BY_IDX(node, gpios, 0, pin))
44
45
-/* Return the index of it if matched, oterwise return 0 */
+/* Return the index of it if matched, otherwise return 0 */
46
#define LED_BUILTIN_INDEX_BY_REG_AND_PINNUM(n, p, i, dev, num) \
47
(DIGITAL_PIN_EXISTS(n, p, i, dev, num) ? i : 0)
48
0 commit comments