1
0
Fork 0

[Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)

This commit is contained in:
Drashna Jael're 2023-04-12 21:43:27 -07:00 committed by GitHub
parent 572f86349e
commit cf5626e024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -809,9 +809,9 @@ endif
ifeq ($(strip $(PS2_MOUSE_ENABLE)), yes)
PS2_ENABLE := yes
MOUSE_ENABLE := yes
SRC += ps2_mouse.c
OPT_DEFS += -DPS2_MOUSE_ENABLE
OPT_DEFS += -DMOUSE_ENABLE
endif
VALID_PS2_DRIVER_TYPES := busywait interrupt usart vendor