mirror of
https://github.com/esphome/esphome.git
synced 2026-05-11 14:49:06 +08:00
830517a98f
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick+github@koston.org> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
8 lines
195 B
C++
8 lines
195 B
C++
#include "common.h"
|
|
|
|
namespace esphome::mitsubishi_cn105 {
|
|
|
|
uint32_t get_loop_time_ms() { return testing::TestableMitsubishiCN105::test_loop_time_ms; }
|
|
|
|
} // namespace esphome::mitsubishi_cn105
|