mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
No error during make stamp on ARM
This commit is contained in:
parent
15987815a8
commit
3a0f5b155e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ if platform.system() == "Windows":
|
||||||
hexes = generate("open9x-arm", "PCB=ARM", "bin", options_arm, 262000)
|
hexes = generate("open9x-arm", "PCB=ARM", "bin", options_arm, 262000)
|
||||||
generate_c9x_list("../../companion9x/src/open9x-arm-binaries.cpp", hexes, "bin", "OPEN9X_ARM_STAMP", "BOARD_ERSKY9X")
|
generate_c9x_list("../../companion9x/src/open9x-arm-binaries.cpp", hexes, "bin", "OPEN9X_ARM_STAMP", "BOARD_ERSKY9X")
|
||||||
# arm stamp
|
# arm stamp
|
||||||
subprocess.check_output(["make", "arm-stamp"])
|
subprocess.check_output(["make", "PCB=ARM", "arm-stamp"])
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# stock board
|
# stock board
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue