You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments