From f7806e12e4104b40d57c047e6ec2816a74b0c6e5 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 26 Apr 2013 11:50:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5627 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC560BCxx/hal_lld.c | 1 - os/hal/platforms/SPC560Pxx/hal_lld.c | 1 - os/hal/platforms/SPC563Mxx/hal_lld.c | 1 - os/hal/platforms/SPC564Axx/hal_lld.c | 1 - os/hal/platforms/SPC56ELxx/hal_lld.c | 1 - 5 files changed, 5 deletions(-) (limited to 'os') diff --git a/os/hal/platforms/SPC560BCxx/hal_lld.c b/os/hal/platforms/SPC560BCxx/hal_lld.c index e737964d8..5d14daf27 100644 --- a/os/hal/platforms/SPC560BCxx/hal_lld.c +++ b/os/hal/platforms/SPC560BCxx/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 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 diff --git a/os/hal/platforms/SPC563Mxx/hal_lld.c b/os/hal/platforms/SPC563Mxx/hal_lld.c index c4efc0e6a..7e2f32319 100644 --- a/os/hal/platforms/SPC563Mxx/hal_lld.c +++ b/os/hal/platforms/SPC563Mxx/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.*/ 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.*/ 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 -- cgit v1.2.3