Add ps2_busywait.c and recfactor PS/2 protocol

This commit is contained in:
tmk 2013-11-25 17:43:26 +09:00
commit 9ae9742ac5
5 changed files with 363 additions and 53 deletions

View file

@ -8,7 +8,7 @@ ifdef PS2_MOUSE_ENABLE
endif
ifdef PS2_USE_BUSYWAIT
SRC += protocol/ps2.c
SRC += protocol/ps2_busywait.c
OPT_DEFS += -DPS2_USE_BUSYWAIT
endif