We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59437d1 commit 8bcbe25Copy full SHA for 8bcbe25
src/modm/platform/dma/stm32/dma.hpp.in
@@ -384,7 +384,7 @@ public:
384
static void
385
clearInterruptFlags(InterruptFlags_t flags = InterruptFlags::All)
386
{
387
- ControlHal::clearInterruptFlags(flags, ChannelID);
+ ControlHal::clearInterruptFlags(InterruptFlags(flags.value), ChannelID);
388
}
389
390
/**
0 commit comments