diff options
author | tmk <nobody@nowhere> | 2013-04-09 14:31:27 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-09 14:31:27 +0900 |
commit | 3fa50565af7ad72e895183c5caeb51591c69a45e (patch) | |
tree | 98721542ee1f897f489400b79ffa558a15e0a503 /protocol/pjrc/usb.c | |
parent | de7b46cd7db2928d342a0c3e06f03c19e96f984b (diff) | |
parent | 9e39b222d0105b55c84a8301958d69209a3319fb (diff) |
Merge branch 'adb_fix'
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" |