git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8008 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
Giovanni Di Sirio 2015-06-03 20:55:33 +00:00
parent 7389003c8b
commit 6f6da8a73e
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}