[ps2,terminal_usb] Quick fix for build problem
2 files changed, 3 insertions(+), 0 deletions(-) M protocol.mk M protocol/ps2_io_avr.c
M protocol.mk => protocol.mk +2 -0
@@ 15,11 15,13 @@ endif ifdef PS2_USE_INT SRC += protocol/ps2_interrupt.c SRC += protocol/ps2_io_avr.c OPT_DEFS += -DPS2_USE_INT endif ifdef PS2_USE_USART SRC += protocol/ps2_usart.c SRC += protocol/ps2_io_avr.c OPT_DEFS += -DPS2_USE_USART endif
M protocol/ps2_io_avr.c => protocol/ps2_io_avr.c +1 -0