mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 10:54:43 +08:00
arch/arm/src/kl/kl_start.c: Appease nxstyle
This commit is contained in:
committed by
Xiang Xiao
parent
b0e6462f6a
commit
fd48419a3d
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user