Skip to content

Commit

Permalink
Typo in v307 makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Dec 1, 2023
1 parent 253bc64 commit 4b8fb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wch/ch32v307-make-baremetal-builtin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ flash: firmware.bin
# @echo; echo "IMPORTANT: configure device to 96k RAM / 224k Flash"

zip: firmware.bin
zip -r ch32v307.modbus.firmware.`+%Y-%m-%d`.zip firmware.*
zip -r ch32v307.modbus.firmware.`date +%Y-%m-%d`.zip firmware.*

clean:
$(RM) firmware.* *.zip

0 comments on commit 4b8fb23

Please sign in to comment.