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 0bd6a2d commit f50372aCopy full SHA for f50372a
hardware/arduino/avr/cores/arduino/HardwareSerial.h
@@ -39,7 +39,7 @@
39
40
class HardwareSerial : public Stream
41
{
42
- private:
+ protected:
43
volatile uint8_t *_ubrrh;
44
volatile uint8_t *_ubrrl;
45
volatile uint8_t *_ucsra;
0 commit comments