Skip to content

Commit be6aa53

Browse files
committed
Merge pull request adafruit#584 from stinos/windows-input
windows: Fix input.c missing in Makefile after changes for adafruit#582
2 parents 69cbec4 + 951335e commit be6aa53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

windows/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ endif
3030
SRC_C = \
3131
unix/main.c \
3232
unix/file.c \
33+
unix/input.c \
3334
realpath.c \
3435
init.c \
3536

0 commit comments

Comments
 (0)