From a439076418d2d83fdf962a1d5c4c0e8bcb46b3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89anna=20=C3=93=20Cath=C3=A1in?= Date: Wed, 1 Sep 2021 11:27:52 +0100 Subject: MLECO-2223 Fix screen output when running the U65 FVP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I86b74c35572b52977991681e95c63934fed08bf0 Signed-off-by: Éanna Ó Catháin --- .../hal/platforms/bare-metal/data_presentation/lcd/lcd_img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/application/hal/platforms/bare-metal/data_presentation/lcd/lcd_img.c b/source/application/hal/platforms/bare-metal/data_presentation/lcd/lcd_img.c index 75f58fd..f03566f 100644 --- a/source/application/hal/platforms/bare-metal/data_presentation/lcd/lcd_img.c +++ b/source/application/hal/platforms/bare-metal/data_presentation/lcd/lcd_img.c @@ -45,7 +45,7 @@ static int show_title(void) /* Second line */ #if defined (ARM_NPU) - snprintf(title, sizeof(title), "%s + Arm Ethos-U55 NPU", cpu_name); + snprintf(title, sizeof(title), "%s + Arm Ethos-U NPU", cpu_name); #else /* defined (ARM_NPU) */ snprintf(title, sizeof(title), "%s", cpu_name); #endif /* defined (ARM_NPU) */ -- cgit v1.2.1