We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f53c3 commit 26d85b9Copy full SHA for 26d85b9
avr/cores/arduino/USBCore.cpp
@@ -733,7 +733,7 @@ static inline void USB_ClockEnable()
733
ISR(USB_GEN_vect)
734
{
735
u8 udint = UDINT;
736
- UDINT = UDINT &= ~((1<<EORSTI) | (1<<SOFI)); // clear the IRQ flags for the IRQs which are handled here, except WAKEUPI and SUSPI (see below)
+ UDINT &= ~((1<<EORSTI) | (1<<SOFI)); // clear the IRQ flags for the IRQs which are handled here, except WAKEUPI and SUSPI (see below)
737
738
// End of Reset
739
if (udint & (1<<EORSTI))
0 commit comments