diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-19 11:50:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-19 11:50:14 +0000 |
commit | c57e3842293e0396bfa7653428dc81585e7717de (patch) | |
tree | 6ae0d0d6f3def7af2794e1f6879b738ae16a975f /boards/GENERIC_SPC560B/board.c | |
parent | 7fa885a2010dbb800cb56ddff2b110f647f77bff (diff) | |
download | ChibiOS-c57e3842293e0396bfa7653428dc81585e7717de.tar.gz ChibiOS-c57e3842293e0396bfa7653428dc81585e7717de.tar.bz2 ChibiOS-c57e3842293e0396bfa7653428dc81585e7717de.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4829 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/GENERIC_SPC560B/board.c')
-rw-r--r-- | boards/GENERIC_SPC560B/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/GENERIC_SPC560B/board.c b/boards/GENERIC_SPC560B/board.c index bdcddbf2a..85c938005 100644 --- a/boards/GENERIC_SPC560B/board.c +++ b/boards/GENERIC_SPC560B/board.c @@ -62,7 +62,7 @@ const PALConfig pal_default_config = */
void __early_init(void) {
- spc560bc_clock_init();
+ spc_clock_init();
}
/*
|