arch/arm/src/nuc1xx/nuc_start.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-11-09 18:14:10 +09:00 committed by Xiang Xiao
parent 516d51d4d1
commit 23da936a38

View File

@ -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 */