lcd4l: rename OnAfterError->OnError

This commit is contained in:
2021-07-17 22:49:19 +02:00
parent f9ad744722
commit 32973379b5
3 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ class CLCD4l
OnAfterStop,
OnBeforeRestart,
OnAfterRestart,
OnAfterError;
OnError;
private:
std::thread *thrLCD4l;