mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Update esphome/components/sensor/sensor.h
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
namespace esphome {
|
||||
namespace sensor {
|
||||
|
||||
// Forward declaration
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user