fix(bluetooth): Typo for closed conditional.

This commit is contained in:
Pete Johanson 2020-08-20 00:01:59 -04:00
parent b8b25f0c03
commit 6ca8e673ac

View file

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