Browse Source

HAL_ChibiOS:remove print statement left over from previous changes

mission-4.1.18
Siddharth Purohit 6 years ago committed by Andrew Tridgell
parent
commit
05539cd93b
  1. 1
      libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py

1
libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py

@ -1316,7 +1316,6 @@ def write_env_py(filename): @@ -1316,7 +1316,6 @@ def write_env_py(filename):
# CHIBIOS_BUILD_FLAGS is passed to the ChibiOS makefile
env_vars['CHIBIOS_BUILD_FLAGS'] = ' '.join(build_flags)
print env_vars['CPU_FLAGS']
pickle.dump(env_vars, open(filename, "wb"))
def romfs_add(romfs_filename, filename):

Loading…
Cancel
Save