We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830fe76 commit 28e10e9Copy full SHA for 28e10e9
hardware/arduino/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