arch/arm/src/nuc1xx/nuc_start.c: Appease nxstyle
This commit is contained in:
parent
516d51d4d1
commit
23da936a38
@ -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…
x
Reference in New Issue
Block a user