From 4cf7726b01551b24577fa825e2f74bfd5804f53c Mon Sep 17 00:00:00 2001 From: David Banks Date: Wed, 12 Feb 2020 09:48:40 +0000 Subject: [PATCH] Tweak recovery message Change-Id: Ibd6a9fdd1ae34c204433d38d470578259e9c6a65 --- src/osd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osd.c b/src/osd.c index e922b7aa..2fed22a7 100644 --- a/src/osd.c +++ b/src/osd.c @@ -2779,9 +2779,9 @@ void osd_show_cpld_recovery_menu() { osd_set(line++, 0, "The CPLD type (3BIT/6BIT) must match"); osd_set(line++, 0, "the RGBtoHDMI board type you have:"); line++; - osd_set(line++, 0, "Use 3_BIT_CPLD_vxx for Hoglet's"); + osd_set(line++, 0, "Use 3BIT_CPLD_vxx for Hoglet's"); osd_set(line++, 0, " original RGBtoHD (c) 2018 board"); - osd_set(line++, 0, "Use 6_BIT_CPLD_vxx for IanB's"); + osd_set(line++, 0, "Use 6BIT_CPLD_vxx for IanB's"); osd_set(line++, 0, " 6-bit Issue 2 (c) 2018-2019 board"); //osd_set(line++, 0, "Use ATOM_CPLD_vxx for Hoglet's"); //osd_set(line++, 0, " Atom Video to HDMI (c) 2019 board");