Files
esphome/esphome/components/rp2040/core.cpp
T

7 lines
178 B
C++

#ifdef USE_RP2040
// HAL functions live in hal.cpp. core.cpp is intentionally empty for
// rp2040 — there is no extra component bootstrap to keep here.
#endif // USE_RP2040