properly format using clang-format
This commit is contained in:
parent
7ae790bcdb
commit
5dbe1f77b5
|
@ -138,7 +138,8 @@ void HeartRateTask::HandleSensorData(int* lastBpm) {
|
|||
StartWaiting();
|
||||
}
|
||||
}
|
||||
if (bpm == 0 && state == States::BackgroundMeasuring && xTaskGetTickCount() - measurementStart >= DURATION_UNTIL_BACKGROUND_MEASURMENT_IS_STOPPED) {
|
||||
if (bpm == 0 && state == States::BackgroundMeasuring &&
|
||||
xTaskGetTickCount() - measurementStart >= DURATION_UNTIL_BACKGROUND_MEASURMENT_IS_STOPPED) {
|
||||
state = States::BackgroundWaiting;
|
||||
StartWaiting();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue