mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
- Move globals to anonymous namespaces.
- Move private static variables to anonymous namespaces. - Remove espnow prefix from names where it is not required.
This commit is contained in:
@ -65,8 +65,6 @@ class MutexTracker
|
||||
|
||||
private:
|
||||
|
||||
static std::shared_ptr<bool> _captureBan;
|
||||
|
||||
std::shared_ptr<bool> _capturedMutex;
|
||||
std::function<void()> _destructorHook = [](){ };
|
||||
|
||||
|
Reference in New Issue
Block a user