mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 08:25:13 +00:00
arch/arm/src/nuc1xx/nuc_start.c: Appease nxstyle
This commit is contained in:
parent
516d51d4d1
commit
23da936a38
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue