diff options
Diffstat (limited to 'app/src/split/bluetooth/central.c')
-rw-r--r-- | app/src/split/bluetooth/central.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/split/bluetooth/central.c b/app/src/split/bluetooth/central.c index c41894f..5ad83ad 100644 --- a/app/src/split/bluetooth/central.c +++ b/app/src/split/bluetooth/central.c @@ -19,8 +19,8 @@ LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL); #include <zmk/ble.h> #include <zmk/split/bluetooth/uuid.h> -#include <zmk/event-manager.h> -#include <zmk/events/position-state-changed.h> +#include <zmk/event_manager.h> +#include <zmk/events/position_state_changed.h> #include <init.h> static int start_scan(void); |