summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorKellen Carey <kellen.carey@gmail.com>2020-08-16 12:51:06 -0700
committerKellen Carey <kellen.carey@gmail.com>2020-08-16 12:51:06 -0700
commit5b4e5a30c41ea6edfa592735fcf607c44b0b3243 (patch)
tree8e17787332eea0ebc72044b6ef207bbaffeb14ce /app/src
parent25c8a269982ae7414ef0e407900c0f793971e625 (diff)
remove unnecessary include
Diffstat (limited to 'app/src')
-rw-r--r--app/src/usb_hid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/usb_hid.c b/app/src/usb_hid.c
index 07c3d5f..40511b0 100644
--- a/app/src/usb_hid.c
+++ b/app/src/usb_hid.c
@@ -1,5 +1,4 @@
-#include <zephyr.h>
#include <device.h>
#include <init.h>