mirror of
https://github.com/esphome/esphome.git
synced 2026-09-26 14:30:23 +00:00
7 lines
178 B
C++
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
|