diff options
Diffstat (limited to 'os/hal/platforms/SPC560Pxx/hal_lld.c')
-rw-r--r-- | os/hal/platforms/SPC560Pxx/hal_lld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC560Pxx/hal_lld.c b/os/hal/platforms/SPC560Pxx/hal_lld.c index 65ca35d60..a5e0fbd5a 100644 --- a/os/hal/platforms/SPC560Pxx/hal_lld.c +++ b/os/hal/platforms/SPC560Pxx/hal_lld.c @@ -70,7 +70,6 @@ CH_IRQ_HANDLER(vector59) { * @notapi
*/
void hal_lld_init(void) {
- extern void _vectors(void);
uint32_t reg;
/* The system is switched to the RUN0 mode, the default for normal
|