mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00:00
arch/arm/src/kl/kl_start.c: Appease nxstyle
This commit is contained in:
parent
b0e6462f6a
commit
fd48419a3d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue