diff options
| author | 2014-07-30 14:37:05 +0900 | |
|---|---|---|
| committer | 2014-07-30 14:37:05 +0900 | |
| commit | adbb86b1ec8b07e86ae7425374e95b82122e48a7 (patch) | |
| tree | 0a02e89376f69ef975096af9490034725d8eb751 /protocol.mk | |
| parent | 79840c678e13f9a737f80048bc3b9c9c55e3fc77 (diff) | |
| parent | a9f5f201ad6b009675fdf16c4447033cc2ac0995 (diff) | |
| download | qmk_firmware-adbb86b1ec8b07e86ae7425374e95b82122e48a7.tar.gz | |
Merge branch 'mbed' into dev
Diffstat (limited to 'protocol.mk')
| -rw-r--r-- | protocol.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol.mk b/protocol.mk index 7f561e62d..ca435ba43 100644 --- a/protocol.mk +++ b/protocol.mk @@ -9,6 +9,7 @@ endif ifdef PS2_USE_BUSYWAIT SRC += protocol/ps2_busywait.c + SRC += protocol/ps2_io_avr.c OPT_DEFS += -DPS2_USE_BUSYWAIT endif |