diff options
Diffstat (limited to 'os/hal/platforms/SPC564Axx/hal_lld.c')
-rw-r--r-- | os/hal/platforms/SPC564Axx/hal_lld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC564Axx/hal_lld.c b/os/hal/platforms/SPC564Axx/hal_lld.c index 6fb73ef89..2115116c4 100644 --- a/os/hal/platforms/SPC564Axx/hal_lld.c +++ b/os/hal/platforms/SPC564Axx/hal_lld.c @@ -51,7 +51,6 @@ * @notapi
*/
void hal_lld_init(void) {
- extern void _vectors(void);
uint32_t n;
/* FLASH wait states and prefetching setup.*/
|