Skip to content

Commit b4e77b0

Browse files
committed
Added "\r" to WHITESPACE char for windows build.
see: #66
1 parent 2790674 commit b4e77b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr-build/src/devicetree/dts.pest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ nodename = @{
7474
(ASCII_ALPHANUMERIC | "_" | "," | "." | "?" | "-" | "@" | "#")+
7575
}
7676

77-
WHITESPACE = _{ " " | "\n" | "\t" }
77+
WHITESPACE = _{ " " | "\r" | "\n" | "\t" }

0 commit comments

Comments
 (0)