Turn miniblink in the smallest-possible example using the library.

This commit is contained in:
Uwe Hermann
2009-07-20 17:32:22 +02:00
parent 8a630baea8
commit 91fa52da48
2 changed files with 3 additions and 10 deletions
-8
View File
@@ -46,12 +46,4 @@ SECTIONS
.bss : {
*(.bss) /* Read-write zero initialized data */
} >ram AT >rom
/* Discard useless sections. */
/DISCARD/ : {
*(.comment)
*(.comment.*)
*(.note)
*(.note.*)
}
}