Typo in v307 makefile

This commit is contained in:
cpq 2023-12-01 08:36:18 +00:00
parent 253bc64c9e
commit 4b8fb23def

View File

@ -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