diff --git a/examples/dctool_fwupdate.c b/examples/dctool_fwupdate.c index 4395c39..8a95a06 100644 --- a/examples/dctool_fwupdate.c +++ b/examples/dctool_fwupdate.c @@ -94,7 +94,7 @@ fwupdate (dc_context_t *context, dc_descriptor_t *descriptor, dc_transport_t tra rc = hw_ostc_device_fwupdate (device, hexfile); break; case DC_FAMILY_HW_OSTC3: - rc = hw_ostc3_device_fwupdate (device, hexfile); + rc = hw_ostc3_device_fwupdate (device, hexfile, false); break; case DC_FAMILY_DIVESYSTEM_IDIVE: rc = divesystem_idive_device_fwupdate (device, hexfile);