1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 14:18:14 +00:00

fix comment

This commit is contained in:
Tomasz Duda 2025-02-24 20:39:56 +01:00
parent 16a4511c4f
commit ec1ccdadfd
2 changed files with 2 additions and 2 deletions

View File

@ -154,4 +154,4 @@ ErrorCode ZephyrI2CBus::writev(uint8_t address, WriteBuffer *buffers, size_t cnt
} // namespace i2c
} // namespace esphome
#endif // USE_ESP_IDF
#endif

View File

@ -28,4 +28,4 @@ class ZephyrI2CBus : public I2CBus, public Component {
} // namespace i2c
} // namespace esphome
#endif // USE_ESP_IDF
#endif