We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac359a2 + 8d861fe commit fe0b901Copy full SHA for fe0b901
cores/arduino/Serial.h
@@ -76,7 +76,6 @@ class UART : public HardwareSerial {
76
mbed_usb_serial* _usb_serial = NULL;
77
PinName _tx, _rx, _rts, _cts;
78
RingBufferN<256> rx_buffer;
79
- uint8_t intermediate_buf[4];
80
bool is_usb = false;
81
};
82
}
0 commit comments