stop on fatal errors

This commit is contained in:
Okke Formsma 2020-08-31 22:24:36 +02:00
parent af6ddfb7e2
commit 21fcab208e
1 changed files with 2 additions and 0 deletions

View File

@ -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)