From 23da936a3897002fbd7dab0908a0ef3b2ae8fc12 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 9 Nov 2020 18:14:10 +0900 Subject: [PATCH] arch/arm/src/nuc1xx/nuc_start.c: Appease nxstyle --- arch/arm/src/nuc1xx/nuc_start.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/src/nuc1xx/nuc_start.c b/arch/arm/src/nuc1xx/nuc_start.c index d4c5dfb939..50f5a3213d 100644 --- a/arch/arm/src/nuc1xx/nuc_start.c +++ b/arch/arm/src/nuc1xx/nuc_start.c @@ -128,6 +128,7 @@ void __start(void) { *dest++ = 0; } + showprogress('B'); /* Move the initialized data section from his temporary holding spot in @@ -140,6 +141,7 @@ void __start(void) { *dest++ = *src++; } + showprogress('C'); /* Perform early serial initialization */