diff options
Diffstat (limited to 'protocol/pjrc/usb_keyboard.c')
| -rw-r--r-- | protocol/pjrc/usb_keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/pjrc/usb_keyboard.c b/protocol/pjrc/usb_keyboard.c index e057c77fa..49b85c179 100644 --- a/protocol/pjrc/usb_keyboard.c +++ b/protocol/pjrc/usb_keyboard.c | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | #include <avr/interrupt.h> | 24 | #include <avr/interrupt.h> |
| 25 | #include <avr/pgmspace.h> | 25 | #include <avr/pgmspace.h> |
| 26 | #include "usb_keycodes.h" | 26 | #include "keycode.h" |
| 27 | #include "usb_keyboard.h" | 27 | #include "usb_keyboard.h" |
| 28 | #include "print.h" | 28 | #include "print.h" |
| 29 | #include "debug.h" | 29 | #include "debug.h" |
