Files
esphome/esphome
J. Nick Koston 06cb1839f2 [rp2040] Fix compiler warnings in crash_handler and mdns
Fix two GCC warnings on RP2040 builds:

1. crash_handler.cpp: Move __attribute__((section(".noinit"))) from
   the struct type to the variable declaration where it belongs.

2. mdns_rp2040.cpp: Suppress IRAM_ATTR macro redefinition warning
   caused by Arduino-Pico's PolledTimeout.h redefining it to empty.
2026-03-12 12:19:38 -10:00
..