mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 02:44:53 +08:00
arch/arm/src/nuc1xx/nuc_start.c: Appease nxstyle
This commit is contained in:
committed by
Xiang Xiao
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 */
|
||||
|
||||
Reference in New Issue
Block a user