diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/SPC560BCxx/hal_lld.c | 1 | ||||
-rw-r--r-- | os/hal/platforms/SPC560Pxx/hal_lld.c | 1 | ||||
-rw-r--r-- | os/hal/platforms/SPC563Mxx/hal_lld.c | 1 | ||||
-rw-r--r-- | os/hal/platforms/SPC564Axx/hal_lld.c | 1 | ||||
-rw-r--r-- | os/hal/platforms/SPC56ELxx/hal_lld.c | 1 |
5 files changed, 0 insertions, 5 deletions
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
|