diff --git a/arch/arm/src/nuc1xx/nuc_start.c b/arch/arm/src/nuc1xx/nuc_start.c index d4c5dfb9392..50f5a3213d7 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 */