aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f2
diff options
context:
space:
mode:
authorUwe Hermann2011-11-16 21:53:27 +0100
committerUwe Hermann2011-11-17 00:09:29 +0100
commitd97c937b8e7c33cf2b30f3606707bf785c4ee2ea (patch)
treedda3a51e0db486755ad827d641072e9f9f542eb0 /lib/stm32/f2
parent0d25aa3fcd31a6608e9b0144857661565de3b457 (diff)
lib: More small fixes.
Diffstat (limited to 'lib/stm32/f2')
-rw-r--r--lib/stm32/f2/vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/f2/vector.c b/lib/stm32/f2/vector.c
index e4c8f30..51aea0a 100644
--- a/lib/stm32/f2/vector.c
+++ b/lib/stm32/f2/vector.c
@@ -122,7 +122,7 @@ void WEAK hash_rng_isr(void);
__attribute__ ((section(".vectors")))
void (*const vector_table[]) (void) = {
- (void*)&_stack,
+ (void *)&_stack,
reset_handler,
nmi_handler,
hard_fault_handler,