diff options
| author | Jun Wako <wakojun@gmail.com> | 2014-12-14 15:52:33 +0900 |
|---|---|---|
| committer | Jun Wako <wakojun@gmail.com> | 2015-01-04 17:21:43 +0900 |
| commit | 541913029150d57e83396293d35807a16d3755e8 (patch) | |
| tree | 3e39a2fe626b371f2e87adb83c2866e2cbc8d7f8 /protocol/ps2_usart.c | |
| parent | 75a59e4d12a13efc03cacd85b394fcf1204aad76 (diff) | |
| download | qmk_firmware-541913029150d57e83396293d35807a16d3755e8.tar.gz qmk_firmware-541913029150d57e83396293d35807a16d3755e8.zip | |
Fix ps2 protocol build using ps2_io.h
Diffstat (limited to 'protocol/ps2_usart.c')
| -rw-r--r-- | protocol/ps2_usart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/ps2_usart.c b/protocol/ps2_usart.c index c2d9d0a20..6936ca7b8 100644 --- a/protocol/ps2_usart.c +++ b/protocol/ps2_usart.c | |||
| @@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
| 43 | #include <avr/interrupt.h> | 43 | #include <avr/interrupt.h> |
| 44 | #include <util/delay.h> | 44 | #include <util/delay.h> |
| 45 | #include "ps2.h" | 45 | #include "ps2.h" |
| 46 | #include "ps2_io.h" | ||
| 46 | #include "print.h" | 47 | #include "print.h" |
| 47 | 48 | ||
| 48 | 49 | ||
