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.
1 parent 2790674 commit b4e77b0Copy full SHA for b4e77b0
zephyr-build/src/devicetree/dts.pest
@@ -74,4 +74,4 @@ nodename = @{
74
(ASCII_ALPHANUMERIC | "_" | "," | "." | "?" | "-" | "@" | "#")+
75
}
76
77
-WHITESPACE = _{ " " | "\n" | "\t" }
+WHITESPACE = _{ " " | "\r" | "\n" | "\t" }
0 commit comments