Remove the double blank line from source files

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-02-20 17:18:01 +08:00
committed by Petro Karashchenko
parent 746b68befc
commit 1d1bdd85a3
191 changed files with 0 additions and 501 deletions
@@ -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.*)
-1
View File
@@ -27,7 +27,6 @@ CSRCS += userleds.c
CSRCS += buttons.c
CSRCS += appinit.c
CSRCS += reset.c