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.
1 parent 2d4a465 commit 9e67711Copy full SHA for 9e67711
src/sfTk/sfDevBMV080.cpp
@@ -192,7 +192,7 @@ bool sfDevBMV080::setMode(uint8_t mode)
192
{
193
bmv080_duty_cycling_mode_t duty_cycling_mode = E_BMV080_DUTY_CYCLING_MODE_0;
194
bmv080_current_status = bmv080_start_duty_cycling_measurement(
195
- _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);
196
}
197
198
// check if the mode was set correctly
0 commit comments