mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
HAL_ChibiOS: fixed python3 pickle error
This commit is contained in:
parent
ba55f99419
commit
fd6185be0f
@ -1027,5 +1027,5 @@ write_hwdef_header(os.path.join(outdir, "hwdef.h"))
|
||||
write_ldscript(os.path.join(outdir, "ldscript.ld"))
|
||||
|
||||
# write out env.py
|
||||
pickle.dump(env_vars, open(os.path.join(outdir, "env.py"), "w"))
|
||||
pickle.dump(env_vars, open(os.path.join(outdir, "env.py"), "wb"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user