1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

remove debug

This commit is contained in:
J. Nick Koston
2025-07-04 10:35:29 -05:00
parent bc2adb6b5a
commit 729b2b2873
2 changed files with 0 additions and 23 deletions

View File

@@ -647,7 +647,6 @@ void hsv_to_rgb(int hue, float saturation, float value, float &red, float &green
// System APIs
#if defined(USE_ESP8266) || defined(USE_RP2040)
// ESP8266 doesn't have mutexes, but that shouldn't be an issue as it's single-core and non-preemptive OS.
// RP2040 support is currently limited to single-core mode
Mutex::Mutex() {}
Mutex::~Mutex() {}
void Mutex::lock() {}