Removed forgotten #ifdef
This commit is contained in:
parent
4c4a6b8d37
commit
dd091755ee
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue