Skip to content

Commit

Permalink
ps2/avr: use the correct file name
Browse files Browse the repository at this point in the history
This was missed in qmk#14895.

Thanks to fauxpark for spotting this.
  • Loading branch information
idank committed Feb 11, 2022
1 parent 656c151 commit 0ec652e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builddefs/common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ endif
ifeq ($(strip $(PS2_USE_BUSYWAIT)), yes)
PS2_ENABLE := yes
SRC += ps2_busywait.c
SRC += ps2_io_avr.c
SRC += ps2_io.c
OPT_DEFS += -DPS2_USE_BUSYWAIT
endif

Expand Down

0 comments on commit 0ec652e

Please sign in to comment.