fix: Address review comments

This commit is contained in:
Joel Spadin
2023-08-27 18:03:06 -05:00
committed by Pete Johanson
parent 651ed05e9a
commit b17d896c5c
4 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
/*
* Copyright (c) 2021 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <zephyr/kernel.h>
#include <zmk/events/endpoint_changed.h>
ZMK_EVENT_IMPL(zmk_endpoint_changed);