Add a missing break after OSTC3 settings write

There was a missing break after writing the settings to the OSTC3. It
caused us to fall down into the default case and saying that the
operation was unsupported.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-10-16 01:13:56 +02:00 committed by Dirk Hohndel
parent d025d5bbb6
commit 556474e4dd

View file

@ -684,6 +684,7 @@ void WriteSettingsThread::run()
time.second = timeToSet.time().second();
hw_ostc3_device_clock(m_data->device, &time);
}
break;
}
#endif // divecomputer 0.5.0
default: