summaryrefslogtreecommitdiffstats
path: root/protocol/ps2_interrupt.c
diff options
context:
space:
mode:
authorNathan Ross Powell <nathanrosspowell@gmail.com>2015-03-19 04:33:42 +0100
committerNathan Ross Powell <nathanrosspowell@gmail.com>2015-03-19 04:33:42 +0100
commit80c4cdb245a3ff55627d40a3a164073b30382def (patch)
treee134969a2fc20979101a7e9e7aa06c1877bf82eb /protocol/ps2_interrupt.c
parente7289bb029b28b824eb0ef7be23dba279057d7ac (diff)
parent9c3a95663410a294f2c85ad2d1c016f328730e0b (diff)
downloadqmk_firmware-80c4cdb245a3ff55627d40a3a164073b30382def.tar.gz
qmk_firmware-80c4cdb245a3ff55627d40a3a164073b30382def.tar.xz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'protocol/ps2_interrupt.c')
-rw-r--r--protocol/ps2_interrupt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/ps2_interrupt.c b/protocol/ps2_interrupt.c
index 259d25400..8114442ba 100644
--- a/protocol/ps2_interrupt.c
+++ b/protocol/ps2_interrupt.c
@@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <avr/interrupt.h>
#include <util/delay.h>
#include "ps2.h"
+#include "ps2_io.h"
#include "print.h"