lib: More small fixes.

This commit is contained in:
Uwe Hermann
2011-11-16 21:53:27 +01:00
parent 0d25aa3fcd
commit d97c937b8e
5 changed files with 10 additions and 13 deletions

View File

@@ -19,7 +19,7 @@
#define WEAK __attribute__ ((weak))
/* Symbols exported by linker script */
/* Symbols exported by the linker script(s). */
extern unsigned _etext, _data, _edata, _ebss, _stack;
void main(void);