mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Remove the double blank line from source files
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
746b68befc
commit
1d1bdd85a3
@@ -54,7 +54,6 @@ SECTIONS
|
||||
_egtbls = ABSOLUTE(.);
|
||||
} > gcfgtbl
|
||||
|
||||
|
||||
._eronlystore : {
|
||||
_eronly = ABSOLUTE(.);
|
||||
} > flash
|
||||
@@ -182,7 +181,6 @@ SECTIONS
|
||||
|
||||
_etextram = ABSOLUTE(.);
|
||||
|
||||
|
||||
*(.data .data.*)
|
||||
*(.gnu.linkonce.d.*)
|
||||
CONSTRUCTORS
|
||||
@@ -190,8 +188,6 @@ SECTIONS
|
||||
_edata = ABSOLUTE(.);
|
||||
} > sram AT > flash
|
||||
|
||||
|
||||
|
||||
.bss : {
|
||||
_sbss = ABSOLUTE(.);
|
||||
*(.bss .bss.*)
|
||||
|
||||
@@ -27,7 +27,6 @@ CSRCS += userleds.c
|
||||
|
||||
CSRCS += buttons.c
|
||||
|
||||
|
||||
CSRCS += appinit.c
|
||||
|
||||
CSRCS += reset.c
|
||||
|
||||
Reference in New Issue
Block a user