mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Revert compile.py to previous version
This commit is contained in:
parent
685b637c37
commit
c375ac0713
1 changed files with 2 additions and 2 deletions
|
@ -64,11 +64,11 @@ def generate_c9x_list(filename, hexes, size):
|
|||
|
||||
# stock board
|
||||
hexes = generate("open9x-stock", "PCB=STD", options_stock)
|
||||
generate_c9x_list("../../../companion9x/trunk/src/open9x-stock-binaries.cpp", hexes, "EESIZE_STOCK")
|
||||
generate_c9x_list("../../companion9x/src/open9x-stock-binaries.cpp", hexes, "EESIZE_STOCK")
|
||||
|
||||
# v4 board
|
||||
hexes = generate("open9x-v4", "PCB=V4", options_v4)
|
||||
generate_c9x_list("../../../companion9x/trunk/src/open9x-v4-binaries.cpp", hexes, "EESIZE_V4")
|
||||
generate_c9x_list("../../companion9x/src/open9x-v4-binaries.cpp", hexes, "EESIZE_V4")
|
||||
|
||||
# stamp
|
||||
call(["make", "stamp"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue