mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	remove debug
This commit is contained in:
		| @@ -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() {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user