Commit dd091755 authored by Tomas Pilny's avatar Tomas Pilny

Removed forgotten #ifdef

parent 4c4a6b8d
......@@ -508,7 +508,6 @@ int WiFiClient::available()
// Though flushing means to send all pending data,
// seems that in Arduino it also means to clear RX
void WiFiClient::flush() {
#ifdef ARDUINO_DEBUG_LEVEL
_rxBuffer->flush();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment