Make private members of HardwareSerial protected

This allows users to create subclasses.

Closes: #947
This commit is contained in:
Matthijs Kooijman 2013-04-18 18:46:14 +02:00 committed by Cristian Maglie
parent 714874dd8c
commit d1da7ef303
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
class HardwareSerial : public Stream
{
private:
protected:
volatile uint8_t *_ubrrh;
volatile uint8_t *_ubrrl;
volatile uint8_t *_ucsra;