Skip to content

Commit

Permalink
fix(underglow): Use DT_HAS_CHOSEN properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Oct 22, 2022
1 parent a36a9f7 commit b2295b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/rgb_underglow.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);

#if !DT_CHOSEN(zmk_underglow)
#if !DT_HAS_CHOSEN(zmk_underglow)

#error "A zmk,underglow chosen node must be declared"

Expand Down

0 comments on commit b2295b1

Please sign in to comment.