diff options
author | tmk <nobody@nowhere> | 2014-06-19 16:13:35 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-07-30 14:07:43 +0900 |
commit | 4c8e0fd0bd1712421f957ec5e0ca16fc6bbb3856 (patch) | |
tree | 2141d2e168ad043ea18bcb3aee3f3a03dd2a2f1b /protocol.mk | |
parent | 80c3ff5fa03429f1e4ea15032f665ceb88c9b8c3 (diff) |
Port ps2_usb to mbed
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 7f561e62d6..ca435ba43c 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 |