arch/arm/src/kl/kl_start.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-11-09 18:08:50 +09:00 committed by Xiang Xiao
parent b0e6462f6a
commit fd48419a3d

View File

@ -135,6 +135,7 @@ void __start(void)
{
*dest++ = 0;
}
showprogress('B');
/* Move the initialized data section from his temporary holding spot in
@ -147,6 +148,7 @@ void __start(void)
{
*dest++ = *src++;
}
showprogress('C');
/* Perform early serial initialization */