diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:23:03 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:23:03 +0000 |
commit | fcf9090b967d7078d20072e3fef2e269ecff9699 (patch) | |
tree | feba4c4e0e20b9181f9625679fcebfa544f9f144 /boards | |
parent | 8e5c02f32c55ef78f0c13bd187959dcb06b9ff79 (diff) | |
download | ChibiOS-fcf9090b967d7078d20072e3fef2e269ecff9699.tar.gz ChibiOS-fcf9090b967d7078d20072e3fef2e269ecff9699.tar.bz2 ChibiOS-fcf9090b967d7078d20072e3fef2e269ecff9699.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5130 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/GENERIC_SPC56EL/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/GENERIC_SPC56EL/board.c b/boards/GENERIC_SPC56EL/board.c index e5d7d2a83..d3595528f 100644 --- a/boards/GENERIC_SPC56EL/board.c +++ b/boards/GENERIC_SPC56EL/board.c @@ -55,7 +55,7 @@ const PALConfig pal_default_config = { */
void __early_init(void) {
- spc_clock_init();
+ spc_early_init();
/* SWT disabled.*/
SWT.SR.R = 0xC520;
|