Turn miniblink in the smallest-possible example using the library.
This commit is contained in:
@@ -46,12 +46,4 @@ SECTIONS
|
||||
.bss : {
|
||||
*(.bss) /* Read-write zero initialized data */
|
||||
} >ram AT >rom
|
||||
|
||||
/* Discard useless sections. */
|
||||
/DISCARD/ : {
|
||||
*(.comment)
|
||||
*(.comment.*)
|
||||
*(.note)
|
||||
*(.note.*)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user