summaryrefslogtreecommitdiffstats
path: root/configuredivecomputerthreads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'configuredivecomputerthreads.cpp')
-rw-r--r--configuredivecomputerthreads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuredivecomputerthreads.cpp b/configuredivecomputerthreads.cpp
index 7856a150f..5f92a63f1 100644
--- a/configuredivecomputerthreads.cpp
+++ b/configuredivecomputerthreads.cpp
@@ -697,11 +697,11 @@ void FirmwareUpdateThread::run()
//supported = true;
//hw_ostc3_device_fwupdate(m_data->device, m_fileName.toUtf8().data());
break;
-#endif // divecomputer 0.5.0
case DC_FAMILY_HW_OSTC:
supported = true;
hw_ostc_device_fwupdate(m_data->device, m_fileName.toUtf8().data());
break;
+#endif // divecomputer 0.5.0
default:
supported = false;
break;