Skip to content

Commit fe0b901

Browse files
authored
Merge pull request #979 from arduino/pennam-serial-unused
Serial: remove intermediate_buffer leftover
2 parents ac359a2 + 8d861fe commit fe0b901

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: cores/arduino/Serial.h

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class UART : public HardwareSerial {
7676
mbed_usb_serial* _usb_serial = NULL;
7777
PinName _tx, _rx, _rts, _cts;
7878
RingBufferN<256> rx_buffer;
79-
uint8_t intermediate_buf[4];
8079
bool is_usb = false;
8180
};
8281
}

0 commit comments

Comments
 (0)