mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: removed debug msg
This commit is contained in:
parent
30ed94c73c
commit
f899a47429
|
@ -1313,7 +1313,6 @@ def write_USB_config(f):
|
|||
product_string = get_config("USB_STRING_PRODUCT", default="\"%s\""%default_product)
|
||||
if args.bootloader and args.signed_fw:
|
||||
product_string = product_string.replace("-BL", "-Secure-BL-v10")
|
||||
print(product_string)
|
||||
f.write('#define HAL_USB_STRING_PRODUCT %s\n' % product_string)
|
||||
|
||||
f.write('#define HAL_USB_STRING_SERIAL %s\n' % get_config("USB_STRING_SERIAL", default="\"%SERIAL%\""))
|
||||
|
|
Loading…
Reference in New Issue