mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-27 23:47:16 +02:00
resolve review #222
This commit is contained in:
@ -158,11 +158,7 @@ void PMSBase::updateFailCount(void) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Reset number of fail
|
||||
*
|
||||
*/
|
||||
void PMSBase::resetFailCount(void) {failCount = 0;}
|
||||
void PMSBase::resetFailCount(void) { failCount = 0; }
|
||||
|
||||
/**
|
||||
* @brief Get number of fail
|
||||
@ -171,11 +167,6 @@ void PMSBase::resetFailCount(void) {failCount = 0;}
|
||||
*/
|
||||
int PMSBase::getFailCount(void) { return failCount; }
|
||||
|
||||
/**
|
||||
* @brief Get maximum of fail count max
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
int PMSBase::getFailCountMax(void) { return failCountMax; }
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user