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/platforms/SPC563Mxx/hal_lld.c | |
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/platforms/SPC563Mxx/hal_lld.c')
-rw-r--r-- | os/hal/platforms/SPC563Mxx/hal_lld.c | 1 |
1 files changed, 0 insertions, 1 deletions
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.*/
|