diff options
author | tmk <nobody@nowhere> | 2012-10-17 21:43:44 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-10-17 21:43:44 +0900 |
commit | ce2e06c39465b76a1780e5d594eaea7697afafd6 (patch) | |
tree | fa5d10c6741380190825a27a1c77a38ee5a893d9 /protocol/iwrap/iwrap.c | |
parent | 8570c25379e168874fb4cdc7ee0590829a0f0d2c (diff) |
Fix projects for new keycodes
Diffstat (limited to 'protocol/iwrap/iwrap.c')
-rw-r--r-- | protocol/iwrap/iwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/iwrap/iwrap.c b/protocol/iwrap/iwrap.c index 9c68761bf0..3cc9ca3061 100644 --- a/protocol/iwrap/iwrap.c +++ b/protocol/iwrap/iwrap.c @@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <string.h> #include <avr/interrupt.h> #include <util/delay.h> -#include "usb_keycodes.h" +#include "keycode.h" #include "suart.h" #include "uart.h" #include "report.h" |