diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-06-03 20:55:33 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-06-03 20:55:33 +0000 |
commit | 6f6da8a73e877306e1fd96bfb5015de9849c575b (patch) | |
tree | ddd1daf1e79cbdd9262c5cc250224afa35dbc383 /os/hal/src/ext.c | |
parent | 7389003c8b9ab3cedd06a124e475013212bd339f (diff) | |
download | ChibiOS-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
Diffstat (limited to 'os/hal/src/ext.c')
-rw-r--r-- | os/hal/src/ext.c | 4 |
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);
}
|