Skip to content

Commit

Permalink
Update temp_sensor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 3, 2020
1 parent 10dbea4 commit b486fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/modules/psu/temp_sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ bool TempSensor::test() {
if (g_testResult == TEST_OK) {
break;
}
HAL_Delay(1);
delay(1);
} while (millis() - start < 1000);

if (g_testResult != TEST_OK) {
Expand Down

0 comments on commit b486fd0

Please sign in to comment.