[remote_receiver] Fix Zephyr clang tidy (#12299)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Jonathan Swoboda
2025-12-05 10:56:11 -05:00
committed by GitHub
parent 7fd79fdded
commit f4d1c9df71

View File

@@ -90,12 +90,14 @@ class RemoteReceiverComponent : public remote_base::RemoteReceiverBase,
std::string error_string_{""};
#endif
#if defined(USE_ESP8266) || defined(USE_LIBRETINY) || defined(USE_RP2040) || defined(USE_ESP32)
RemoteReceiverComponentStore store_;
#endif
#if defined(USE_ESP8266) || defined(USE_LIBRETINY) || defined(USE_RP2040)
HighFrequencyLoopRequester high_freq_;
#endif
RemoteReceiverComponentStore store_;
uint32_t buffer_size_{};
uint32_t filter_us_{10};
uint32_t idle_us_{10000};