diff options
Diffstat (limited to 'src/ble.c')
-rw-r--r-- | src/ble.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include <bluetooth/uuid.h> #include <bluetooth/gatt.h> -#include "keys.h" +#include <zmk/keys.h> static struct bt_conn *auth_passkey_entry_conn; static u8_t passkey_entries[6] = {0, 0, 0, 0, 0, 0}; |