aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-06-03 20:55:33 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-06-03 20:55:33 +0000
commit6f6da8a73e877306e1fd96bfb5015de9849c575b (patch)
treeddd1daf1e79cbdd9262c5cc250224afa35dbc383
parent7389003c8b9ab3cedd06a124e475013212bd339f (diff)
downloadChibiOS-6f6da8a73e877306e1fd96bfb5015de9849c575b.tar.gz
ChibiOS-6f6da8a73e877306e1fd96bfb5015de9849c575b.tar.bz2
ChibiOS-6f6da8a73e877306e1fd96bfb5015de9849c575b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8008 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/src/ext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/src/ext.c b/os/hal/src/ext.c
index 5393ca614..cc313fb8e 100644
--- a/os/hal/src/ext.c
+++ b/os/hal/src/ext.c
@@ -191,8 +191,8 @@ void extSetChannelModeI(EXTDriver *extp,
oldcp = (EXTChannelConfig *)&extp->config->channels[channel];
/*lint -restore*/
- /* Overwiting the old channels configuration then the channel is reconfigured
- by the low level driver.*/
+ /* Overwriting the old channels configuration then the channel is
+ reconfigured by the low level driver.*/
*oldcp = *extcp;
ext_lld_channel_enable(extp, channel);
}