Skip to content

Commit

Permalink
Merge pull request #979 from arduino/pennam-serial-unused
Browse files Browse the repository at this point in the history
Serial: remove intermediate_buffer leftover
  • Loading branch information
pennam authored Jan 23, 2025
2 parents ac359a2 + 8d861fe commit fe0b901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cores/arduino/Serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class UART : public HardwareSerial {
mbed_usb_serial* _usb_serial = NULL;
PinName _tx, _rx, _rts, _cts;
RingBufferN<256> rx_buffer;
uint8_t intermediate_buf[4];
bool is_usb = false;
};
}
Expand Down

0 comments on commit fe0b901

Please sign in to comment.