Skip to content

Commit

Permalink
Serial: remove intermediate_buffer leftover
Browse files Browse the repository at this point in the history
The buffer is not used since this commit bb77ad5
  • Loading branch information
pennam authored Oct 25, 2024
1 parent aacd17c commit 8d861fe
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 8d861fe

Please sign in to comment.