git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8008 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
7389003c8b
commit
6f6da8a73e
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue