1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 06:15:10 +03:00

No error during make stamp on ARM

This commit is contained in:
bsongis 2012-04-07 22:26:01 +00:00
parent 15987815a8
commit 3a0f5b155e

View file

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