diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp index f1843dc..774399a 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp @@ -2,8 +2,6 @@ #include "esphome/core/log.h" #include "../ratgdo_state.h" -#ifdef USE_ESP32 - namespace esphome { namespace ratgdo { @@ -23,4 +21,3 @@ void on_obstruction_state(esphome::ratgdo::ObstructionState state) {} } // namespace ratgdo } // namespace esphome -#endif