Commit 49a4289
committed
zephyr-build: Allow kconfig entires with a value of zero
The regex for matching numeric Kconfig values would match either numbers
starting with 0x for hex, or a non-zero digit. This rejected values that
were just zero. Allow this explicitly in the regex.
Signed-off-by: David Brown <[email protected]>1 parent 161825c commit 49a4289
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments