We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f689991 commit 036f046Copy full SHA for 036f046
hardware/arduino/cores/arduino/HardwareSerial.h
@@ -53,7 +53,7 @@ class HardwareSerial : public Stream
53
volatile uint8_t *ucsrc, volatile uint8_t *udr,
54
uint8_t rxen, uint8_t txen, uint8_t rxcie, uint8_t udrie, uint8_t u2x);
55
void begin(unsigned long);
56
- void begin(unsigned long, byte);
+ void begin(unsigned long, uint8_t);
57
void end();
58
virtual int available(void);
59
virtual int peek(void);
0 commit comments