From c93282e9420fddd1a97ef8aad83de8ea8beeda6c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 2 Nov 2017 11:18:01 +0100 Subject: [PATCH] simple_display: fix c/p error Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b76c213815aa85a650bbcf92b39b1c385d871152 Author: vanhofen Date: 2017-11-02 (Thu, 02 Nov 2017) Origin message was: ------------------ - simple_display: fix c/p error ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/simple_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/simple_display.cpp b/src/driver/simple_display.cpp index b041ee47c..5dbc23623 100644 --- a/src/driver/simple_display.cpp +++ b/src/driver/simple_display.cpp @@ -410,7 +410,7 @@ void CLCD::showTime(bool force) setled(red, green); } -void CVFD::showRCLock(int duration) +void CLCD::showRCLock(int duration) { if (g_info.hw_caps->display_type != HW_DISPLAY_LINE_TEXT || !g_settings.lcd_notify_rclock) {