Skip to content

Commit

Permalink
corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzeiller committed Jan 14, 2018
1 parent ccb22b8 commit c9febf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/host/services/IMUService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ void IMUService::getLastValues(int &sysCalibration, int &accelCalibration, doubl

// Calc offset for making Heel=0 and Pitch=0
// (e.g. called with long button press in IMUMonitorPage)
// If an setOffset will be done a second time within 5 Seconds,
// the values will be stored into EEPROM and loaded at start of KBox
void IMUService::setRollPitchOffset() {
bool changed = false;
Expand Down Expand Up @@ -198,4 +197,3 @@ bool IMUService::restoreCalibration() {
return false;
}
}

0 comments on commit c9febf0

Please sign in to comment.