mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
rename stopAllexcepted to stopAllExcept and simplify the compare
This commit is contained in:
@ -93,7 +93,7 @@ public:
|
||||
using Print::write;
|
||||
|
||||
static void stopAll();
|
||||
static void stopAllexcepted(WiFiClient * c);
|
||||
static void stopAllExcept(WiFiClient * c);
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user