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

@@ -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,