diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-26 11:50:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-26 11:50:16 +0000 |
commit | f7806e12e4104b40d57c047e6ec2816a74b0c6e5 (patch) | |
tree | 9b580581b5bef4fabe9d53593c77904b28ca5e3a /os/hal | |
parent | e396a6007e50d7a082597275fbdef20a025cde5f (diff) | |
download | ChibiOS-f7806e12e4104b40d57c047e6ec2816a74b0c6e5.tar.gz ChibiOS-f7806e12e4104b40d57c047e6ec2816a74b0c6e5.tar.bz2 ChibiOS-f7806e12e4104b40d57c047e6ec2816a74b0c6e5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5627 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
|