Skip to content

Commit e8d56d6

Browse files
authored
Update Serial.h
I removed functions that are unnecessary for the 9-bit code to work.
1 parent 627bb4c commit e8d56d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/arduino/Serial.h

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ class UART : public arduino::HardwareSerial {
6464
size_t write(uint8_t c);
6565
size_t write(uint8_t* c, size_t len);
6666
size_t write_raw(uint8_t* c, size_t len);
67-
size_t write_9bit(uint8_t c, bool wake);
68-
size_t write_9bit(uint8_t* c, bool wake, size_t len);
6967
using Print::write;
7068
operator bool(); // { return true; }
7169

0 commit comments

Comments
 (0)