Small style fix

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9872 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Fabio Utzig 2016-10-23 10:57:38 +00:00
parent 5b0e38c828
commit b668f4b430
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ void ext_lld_channel_enable(EXTDriver *extp, expchannel_t channel) {
#if AVR_EXT_USE_INT2 || defined(__DOXYGEN__) #if AVR_EXT_USE_INT2 || defined(__DOXYGEN__)
if (channel == INT2) { if (channel == INT2) {
EIMSK |= 1 << INT2; EIMSK |= 1 << INT2;
ext_lld_set_intx_edges(channel, extp->config->channels[channel].mode); ext_lld_set_intx_edges(channel, extp->config->channels[channel].mode);
} }
#endif #endif
#if AVR_EXT_USE_INT3 || defined(__DOXYGEN__) #if AVR_EXT_USE_INT3 || defined(__DOXYGEN__)