mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
remove some warnings
This commit is contained in:
@ -157,7 +157,6 @@ int ICACHE_FLASH_ATTR WiFiClient::available()
|
||||
|
||||
int ICACHE_FLASH_ATTR WiFiClient::read()
|
||||
{
|
||||
uint8_t b;
|
||||
if (!available())
|
||||
return -1;
|
||||
|
||||
|
Reference in New Issue
Block a user