mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
host emulation: improve udp, persistent spiffs (#5605)
This commit is contained in:
@ -40,6 +40,7 @@ HardwareSerial::HardwareSerial (int uart_nr)
|
||||
{
|
||||
if (uart_nr != 0)
|
||||
fprintf(stderr, MOCK "FIXME HardwareSerial::HardwareSerial(%d)\n", uart_nr);
|
||||
_uart = (decltype(_uart))1; // not used, for 'while (!Serial);' to pass
|
||||
}
|
||||
|
||||
void HardwareSerial::begin (unsigned long baud, SerialConfig config, SerialMode mode, uint8_t tx_pin)
|
||||
|
Reference in New Issue
Block a user