mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Make private members of HardwareSerial protected
This allows users to create subclasses. Closes: #947
This commit is contained in:
committed by
Cristian Maglie
parent
0bd6a2d20f
commit
f50372a2a6
@ -39,7 +39,7 @@
|
||||
|
||||
class HardwareSerial : public Stream
|
||||
{
|
||||
private:
|
||||
protected:
|
||||
volatile uint8_t *_ubrrh;
|
||||
volatile uint8_t *_ubrrl;
|
||||
volatile uint8_t *_ucsra;
|
||||
|
Reference in New Issue
Block a user