mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Whitespace
This commit is contained in:
parent
c26583ebfd
commit
6947a61d98
21 changed files with 82 additions and 83 deletions
|
@ -53,7 +53,7 @@ SECTIONS
|
|||
.bss : {
|
||||
__bss_start__ = .;
|
||||
*(.bss)
|
||||
*(.bss.*)
|
||||
*(.bss.*)
|
||||
. = ALIGN(4);
|
||||
__bss_end__ = .;
|
||||
} >ram AT>ram :bss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue