summaryrefslogtreecommitdiff
path: root/app/src/endpoints.c
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-10-04 22:02:25 -0400
committerGitHub <noreply@github.com>2020-10-04 22:02:25 -0400
commit222515f091cb146e98e67fd34338281e0dba05b4 (patch)
tree93dcaaf0c3ccde9e0c6d3e8d192bc7e8ed0e32eb /app/src/endpoints.c
parente6d9134005588adc0d6326c7b8132b7832719990 (diff)
parentbbf5a5905a973d6d23457d2e7bf15bf6bac234c3 (diff)
Merge pull request #238 from petejohanson/core/usb-without-hid-refactor
Expose USB status without having USB HID output.
Diffstat (limited to 'app/src/endpoints.c')
-rw-r--r--app/src/endpoints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/endpoints.c b/app/src/endpoints.c
index ae78587..79d294e 100644
--- a/app/src/endpoints.c
+++ b/app/src/endpoints.c
@@ -6,7 +6,7 @@
#include <zmk/endpoints.h>
#include <zmk/hid.h>
-#include <zmk/usb_hid.h>
+#include <zmk/usb.h>
#include <zmk/hog.h>
#include <logging/log.h>