StateHandler: save() now takes only two params. is able to check if pressure provided from main or inside of state machine.

This commit is contained in:
Evgenii Meshcheriakov
2022-10-21 10:37:11 +03:00
parent 45ae1d0e3e
commit 611ae13362
3 changed files with 23 additions and 14 deletions

View File

@@ -181,7 +181,7 @@ private:
* @param counterValue value of the inner Counter
* @param mode current mode
*/
void save (int eventValue, int counterValue, size_t mode);
void save (int eventValue, size_t mode);
/** Calculates pid for fan control value
*