mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 19:48:39 +00:00
7 lines
187 B
C++
7 lines
187 B
C++
#ifdef USE_LIBRETINY
|
|
|
|
// HAL functions live in hal.cpp. core.cpp is intentionally empty for
|
|
// libretiny — there is no extra component bootstrap to keep here.
|
|
|
|
#endif // USE_LIBRETINY
|