diff options
author | Kellen Carey <kellen.carey@gmail.com> | 2020-08-16 12:51:06 -0700 |
---|---|---|
committer | Kellen Carey <kellen.carey@gmail.com> | 2020-08-16 12:51:06 -0700 |
commit | 5b4e5a30c41ea6edfa592735fcf607c44b0b3243 (patch) | |
tree | 8e17787332eea0ebc72044b6ef207bbaffeb14ce /app | |
parent | 25c8a269982ae7414ef0e407900c0f793971e625 (diff) |
remove unnecessary include
Diffstat (limited to 'app')
-rw-r--r-- | app/src/usb_hid.c | 1 |
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> |