Browse Source

fix(bluetooth): Typo for closed conditional.

xmkb
Pete Johanson 4 years ago
parent
commit
6ca8e673ac
  1. 2
      app/src/ble_unpair_combo.c

2
app/src/ble_unpair_combo.c

@ -80,4 +80,4 @@ SYS_INIT(zmk_ble_unpair_combo_init, @@ -80,4 +80,4 @@ SYS_INIT(zmk_ble_unpair_combo_init,
APPLICATION,
CONFIG_APPLICATION_INIT_PRIORITY);
#endif DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT)
#endif /* DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) */

Loading…
Cancel
Save