Skip to content

Commit dd09175

Browse files
committed
Removed forgotten #ifdef
1 parent 4c4a6b8 commit dd09175

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/WiFi/src/WiFiClient.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ int WiFiClient::available()
508508
// Though flushing means to send all pending data,
509509
// seems that in Arduino it also means to clear RX
510510
void WiFiClient::flush() {
511-
#ifdef ARDUINO_DEBUG_LEVEL
512511
_rxBuffer->flush();
513512
}
514513

0 commit comments

Comments
 (0)