HAL_ChibiOS: removed debug msg

This commit is contained in:
Andrew Tridgell 2022-09-03 15:18:36 +10:00
parent 30ed94c73c
commit f899a47429
1 changed files with 0 additions and 1 deletions

View File

@ -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%\""))