mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Update esphome/components/sensor/sensor.h
This commit is contained in:
		| @@ -12,7 +12,6 @@ | |||||||
| namespace esphome { | namespace esphome { | ||||||
| namespace sensor { | namespace sensor { | ||||||
|  |  | ||||||
| // Forward declaration |  | ||||||
| void log_sensor(const char *tag, const char *prefix, const char *type, Sensor *obj); | void log_sensor(const char *tag, const char *prefix, const char *type, Sensor *obj); | ||||||
|  |  | ||||||
| #define LOG_SENSOR(prefix, type, obj) log_sensor(TAG, prefix, LOG_STR_LITERAL(type), obj) | #define LOG_SENSOR(prefix, type, obj) log_sensor(TAG, prefix, LOG_STR_LITERAL(type), obj) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user