소스 검색

ps2_usb: Fix for V-USB build

tags/v2.9
tmk 8 년 전
부모
커밋
5f06f26e03
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      converter/ps2_usb/Makefile.vusb

+ 4
- 4
converter/ps2_usb/Makefile.vusb 파일 보기

@@ -18,13 +18,13 @@ else
SRC := keymap_plain.c $(SRC)
endif

# Use USART for PS/2. With V-USB INT and BUSYWAIT code is not useful.
SRC += protocol/ps2_usart.c
OPT_DEFS += -DPS2_USE_USART

CONFIG_H = config.h


# Use USART for PS/2. With V-USB INT and BUSYWAIT code is not useful.
PS2_USE_USART = yes


# V-USB debug level: To use ps2_usart.c level must be 0
# ps2_usart.c requires USART to receive PS/2 signal.
OPT_DEFS += -DDEBUG_LEVEL=0

Loading…
취소
저장