mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
build
This commit is contained in:
parent
3f3fe9d21c
commit
0f04c64bcf
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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))
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue