Skip to content

Commit cd9657f

Browse files
committed
Clean up unused var from HardwareSerial_private.h
1 parent 9ebfe23 commit cd9657f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hardware/arduino/avr/cores/arduino/HardwareSerial_private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void HardwareSerial::_rx_complete_irq(void)
8888
}
8989
} else {
9090
// Parity error, read byte but discard it
91-
unsigned char c = *_udr;
91+
*_udr;
9292
};
9393
}
9494

0 commit comments

Comments
 (0)