Merge pull request #145 from okke-formsma/stop-fatal-errors
stop on fatal errors
This commit is contained in:
commit
b85ac13564
1 changed files with 2 additions and 0 deletions
|
@ -56,3 +56,5 @@ target_sources_ifdef(CONFIG_ZMK_RGB_UNDERGLOW app PRIVATE src/rgb_underglow.c)
|
|||
target_sources(app PRIVATE src/endpoints.c)
|
||||
target_sources(app PRIVATE src/hid_listener.c)
|
||||
target_sources(app PRIVATE src/main.c)
|
||||
|
||||
zephyr_cc_option(-Wfatal-errors)
|
Loading…
Reference in a new issue