Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ca1e authored Jan 22, 2021
1 parent 7efe246 commit 4d5bc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/ChameleonMini/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ F_CPU = 32000000
F_USB = 48000000
TARGET = ChameleonMini
OPTIMIZATION = s
SRC += ChameleonMini.c LUFADescriptors.c System.c Configuration.c Random.c Common.c Button.c Settings.c LED.c Map.c AntennaLevel.c
SRC += $(TARGET).c LUFADescriptors.c System.c Configuration.c Random.c Common.c Button.c Settings.c LED.c Map.c AntennaLevel.c
SRC += Memory/EEPROM.c Memory/SPIFlash.c Memory/Memory.c
SRC += Terminal/Terminal.c Terminal/Commands.c Terminal/XModem.c Terminal/CommandLine.c
SRC += Codec/Codec.c Codec/ISO14443-2A.c
Expand Down

0 comments on commit 4d5bc53

Please sign in to comment.