aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f1/vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32/f1/vector.c')
-rw-r--r--lib/stm32/f1/vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/f1/vector.c b/lib/stm32/f1/vector.c
index 071fe96..cb2759e 100644
--- a/lib/stm32/f1/vector.c
+++ b/lib/stm32/f1/vector.c
@@ -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);