X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol.mk;h=7f561e62d60dc0a5dc7c49ca0cb9a9fee25d781e;hb=4eb27ee89038e934dcb498df7508199efd9c93f1;hp=e33200873174eb6a1d481df4171b0116b8530b48;hpb=532e100450615ef1e63e2eed548c38d0c4fa688b;p=tmk_firmware.git diff --git a/protocol.mk b/protocol.mk index e332008..7f561e6 100644 --- a/protocol.mk +++ b/protocol.mk @@ -13,7 +13,7 @@ ifdef PS2_USE_BUSYWAIT endif ifdef PS2_USE_INT - SRC += protocol/ps2.c + SRC += protocol/ps2_interrupt.c OPT_DEFS += -DPS2_USE_INT endif