aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2014-12-24 11:11:07 +0900
committertmk <hasu@tmk-kbd.com>2014-12-24 11:11:07 +0900
commitbb2596042428fad08509709bd9d63dbbb50e59f9 (patch)
tree0f7f3531de99d807f683834f0aee3179789ec2d3 /protocol
parenta0d6bb1818b90f341b2a5daaea3652fe19cd4184 (diff)
downloadfirmware-bb2596042428fad08509709bd9d63dbbb50e59f9.tar.gz
firmware-bb2596042428fad08509709bd9d63dbbb50e59f9.tar.bz2
firmware-bb2596042428fad08509709bd9d63dbbb50e59f9.zip
[ps2,terminal_usb] Quick fix for build problem
Diffstat (limited to 'protocol')
-rw-r--r--protocol/ps2_io_avr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/ps2_io_avr.c b/protocol/ps2_io_avr.c
index be13d6696..ed462345b 100644
--- a/protocol/ps2_io_avr.c
+++ b/protocol/ps2_io_avr.c
@@ -1,4 +1,5 @@
#include <stdbool.h>
+#include <avr/io.h>
#include <util/delay.h>
/* Check port settings for clock and data line */