We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eb8a04 + 9e67711 commit cf5a291Copy full SHA for cf5a291
src/sfTk/sfDevBMV080.cpp
@@ -198,7 +198,7 @@ bool sfDevBMV080::setMode(uint8_t mode)
198
{
199
bmv080_duty_cycling_mode_t duty_cycling_mode = E_BMV080_DUTY_CYCLING_MODE_0;
200
bmv080_current_status = bmv080_start_duty_cycling_measurement(
201
- _bmv080_handle_class, (bmv080_callback_tick_t)sftk_ticks_ms(), duty_cycling_mode);
+ _bmv080_handle_class, (bmv080_callback_tick_t)sftk_ticks_ms, duty_cycling_mode);
202
}
203
204
// check if the mode was set correctly
0 commit comments