scripts: fix gen_strerror_table.py#107863
scripts: fix gen_strerror_table.py#107863MicahSpikah wants to merge 1 commit intozephyrproject-rtos:mainfrom
Conversation
gen_strerror_table.py missed E2BIG (Arg list too long) because the regex didn't include numbers in the ERRNO macro Signed-off-by: Micah Terhaar <mterhaar@me.com>
|
Hello @MicahSpikah, and thank you very much for your first pull request to the Zephyr project! |
|



gen_strerror_table.py missed E2BIG (Arg list too long) because the regex didn't include numbers in the ERRNO macro