From 6f6da8a73e877306e1fd96bfb5015de9849c575b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 3 Jun 2015 20:55:33 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8008 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/ext.c | 4 ++-- 1 file 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); } -- cgit v1.2.3