This commit is contained in:
wu58430 2023-12-07 12:18:15 +08:00
parent 3f3fe9d21c
commit 0f04c64bcf
2 changed files with 2 additions and 2 deletions

View file

@ -208,7 +208,7 @@ endif
OBJCOPY = arm-none-eabi-objcopy
SIZE = arm-none-eabi-size
AUTHOR_STRING := EGZUMER
AUTHOR_STRING := LOSEHU
# the user might not have/want git installed
# can set own version string here (max 7 chars)
ifneq (, $(shell $(WHERE) git))

View file

@ -36,5 +36,5 @@ crc.update(packed)
digest = crc.digest()
digest = bytes([digest[1], digest[0]])
open(sys.argv[3], 'wb').write(packed + digest)
open(sys.argv[4], 'wb').write(packed + digest)