From c99798a67b2ec850ddee25563c2cc17bfba801a0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 18 Jul 2021 21:46:16 +0200 Subject: [PATCH] lcd4l: fix my typo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/631c925e0e68e3c43004a9731fed76c3925fe682 Author: vanhofen Date: 2021-07-18 (Sun, 18 Jul 2021) Origin message was: ------------------ - lcd4l: fix my typo ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/lcd4l.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/lcd4l.h b/src/driver/lcd4l.h index b51d84a0b..d0b534b2e 100644 --- a/src/driver/lcd4l.h +++ b/src/driver/lcd4l.h @@ -73,7 +73,7 @@ class CLCD4l OnAfterStop, OnBeforeRestart, OnAfterRestart, - OnAfter; + OnError; private: std::thread *thrLCD4l;