aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/ports/AVR/hal_ext_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/AVR/hal_ext_lld.c b/os/hal/ports/AVR/hal_ext_lld.c
index 61582d38b..5d767df48 100644
--- a/os/hal/ports/AVR/hal_ext_lld.c
+++ b/os/hal/ports/AVR/hal_ext_lld.c
@@ -267,7 +267,7 @@ void ext_lld_channel_enable(EXTDriver *extp, expchannel_t channel) {
#if AVR_EXT_USE_INT2 || defined(__DOXYGEN__)
if (channel == 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
#if AVR_EXT_USE_INT3 || defined(__DOXYGEN__)