This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 23da936a3897002fbd7dab0908a0ef3b2ae8fc12 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Mon Nov 9 18:14:10 2020 +0900 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 d4c5dfb..50f5a32 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 */