aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC560BCxx/hal_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-07 14:41:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-07 14:41:44 +0000
commit8e5c02f32c55ef78f0c13bd187959dcb06b9ff79 (patch)
tree0ccc2460ac22fdea38c4a9fb42bc7cdf3b1271e8 /os/hal/platforms/SPC560BCxx/hal_lld.c
parent46ccb5a5f2fc175829e40342e3166f845dacebb2 (diff)
downloadChibiOS-8e5c02f32c55ef78f0c13bd187959dcb06b9ff79.tar.gz
ChibiOS-8e5c02f32c55ef78f0c13bd187959dcb06b9ff79.tar.bz2
ChibiOS-8e5c02f32c55ef78f0c13bd187959dcb06b9ff79.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5129 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC560BCxx/hal_lld.c')
-rw-r--r--os/hal/platforms/SPC560BCxx/hal_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC560BCxx/hal_lld.c b/os/hal/platforms/SPC560BCxx/hal_lld.c
index fb017eac7..bcc7e48b3 100644
--- a/os/hal/platforms/SPC560BCxx/hal_lld.c
+++ b/os/hal/platforms/SPC560BCxx/hal_lld.c
@@ -214,7 +214,7 @@ bool_t halSPCSetRunMode(spc5_runmode_t mode) {
*
* @notapi
*/
-void halSPCSetPeripheralClockMode(uint32_t n, uint32_t pctl) {
+void halSPCSetPeripheralClockMode(uint32_t n, uint32_t pctl) {
uint32_t mode;
ME.PCTL[n].R = pctl;