Skip to content

Commit

Permalink
Update PIDThread.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Sep 11, 2021
1 parent f738907 commit 6a5bfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Threads/PIDThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void startPIDTask(void const *argument __unused) {
uint32_t PIDTempTarget = 0;
uint16_t tipTempCRunawayTemp = 0;
TickType_t runawaylastChangeTime = 0;
//Pre-seed the adc filters
// Pre-seed the adc filters
for (int i = 0; i < 64; i++) {
vTaskDelay(2);
TipThermoModel::getTipInC(true);
Expand Down

0 comments on commit 6a5bfc4

Please sign in to comment.