vector: fix externs

Improper/lazy build testing.

Fixes: c6743f9 vector: make common linker definitions available to users
This commit is contained in:
Karl Palsson 2017-10-18 20:51:33 +00:00
parent ef07b970f3
commit 38125e9941
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -19,8 +19,6 @@
#include <libopencm3/cm3/scb.h>
extern vector_table_t vector_table;
static inline void pre_main(void)
{
/*