We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c1155e + 9533e7a commit 03e6213Copy full SHA for 03e6213
Teensy.mk
@@ -43,7 +43,7 @@ endif
43
44
ifndef PARSE_TEENSY
45
# result = $(call READ_BOARD_TXT, 'boardname', 'parameter')
46
- PARSE_TEENSY = $(shell grep -v "^\#" "$(BOARDS_TXT)" | grep $(1).$(2) | cut -d = -f 2,3 )
+ PARSE_TEENSY = $(shell grep -v "^\#" "$(BOARDS_TXT)" | grep $(1).$(2) | cut -d = -f 2- )
47
endif
48
49
# if boards.txt gets modified, look there, else hard code it
0 commit comments