Skip to content

Commit 162bb54

Browse files
committed
Add INPUT_PULLDOWN to keywords list.
Closes arduino#3534
1 parent a906f23 commit 162bb54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/shared/lib/keywords.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ HIGH LITERAL2 Constants RESERVED_WORD_2
99
LOW LITERAL2 Constants RESERVED_WORD_2
1010
INPUT LITERAL2 Constants RESERVED_WORD_2
1111
INPUT_PULLUP LITERAL2 Constants RESERVED_WORD_2
12+
INPUT_PULLDOWN LITERAL2 Constants RESERVED_WORD_2
1213
OUTPUT LITERAL2 Constants RESERVED_WORD_2
1314
DEC LITERAL2 Serial_Print RESERVED_WORD_2
1415
BIN LITERAL2 Serial_Print RESERVED_WORD_2

0 commit comments

Comments
 (0)