diff options
Diffstat (limited to 'os/hal/platforms/SPC56ELxx/hal_lld.c')
-rw-r--r-- | os/hal/platforms/SPC56ELxx/hal_lld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC56ELxx/hal_lld.c b/os/hal/platforms/SPC56ELxx/hal_lld.c index 13c6cbe0a..b57d25d6e 100644 --- a/os/hal/platforms/SPC56ELxx/hal_lld.c +++ b/os/hal/platforms/SPC56ELxx/hal_lld.c @@ -51,7 +51,6 @@ * @notapi
*/
void hal_lld_init(void) {
- extern void _vectors(void);
uint32_t n;
/* The system is switched to the RUN0 mode, the default for normal
|