diff options
author | tmk <nobody@nowhere> | 2013-04-09 14:17:31 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-09 14:27:29 +0900 |
commit | 9e39b222d0105b55c84a8301958d69209a3319fb (patch) | |
tree | 98721542ee1f897f489400b79ffa558a15e0a503 /protocol/pjrc/usb.c | |
parent | 46d412d262767981ae1a14c8e1dfa252d71839f0 (diff) |
Add new build options to adb_usb
Diffstat (limited to 'protocol/pjrc/usb.c')
-rw-r--r-- | protocol/pjrc/usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/pjrc/usb.c b/protocol/pjrc/usb.c index a9fbc4638e..14df9efdda 100644 --- a/protocol/pjrc/usb.c +++ b/protocol/pjrc/usb.c @@ -31,6 +31,7 @@ #include "usb_mouse.h" #include "usb_debug.h" #include "usb_extra.h" +#include "led.h" #include "print.h" #include "util.h" #include "sleep_led.h" |