vector: fix externs
Improper/lazy build testing. Fixes: c6743f9 vector: make common linker definitions available to users
This commit is contained in:
parent
ef07b970f3
commit
38125e9941
@ -63,6 +63,6 @@ typedef struct {
|
||||
|
||||
/* Common symbols exported by the linker script(s): */
|
||||
extern unsigned _data_loadaddr, _data, _edata, _ebss, _stack;
|
||||
extern unsigned vector_table;
|
||||
extern vector_table_t vector_table;
|
||||
|
||||
#endif
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#include <libopencm3/cm3/scb.h>
|
||||
|
||||
extern vector_table_t vector_table;
|
||||
|
||||
static inline void pre_main(void)
|
||||
{
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user