[nrf52,pcf8563] fix build error

This commit is contained in:
Tomasz Duda
2025-11-11 15:38:19 +01:00
parent 7a700ca077
commit 55cf0adb18
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -23,7 +23,9 @@ void PCF8563Component::dump_config() {
if (this->is_failed()) {
ESP_LOGE(TAG, ESP_LOG_MSG_COMM_FAIL);
}
#ifndef USE_ZEPHYR
ESP_LOGCONFIG(TAG, " Timezone: '%s'", this->timezone_.c_str());
#endif
}
float PCF8563Component::get_setup_priority() const { return setup_priority::DATA; }
@@ -0,0 +1,4 @@
packages:
i2c: !include ../../test_build_components/common/i2c/nrf52.yaml
<<: !include common.yaml