FastLED 3.9.15
Loading...
Searching...
No Matches

◆ odr_use() [1/2]

static void fl::detail::BusKeepAliveImpl< B >::odr_use ( )
inlinestatic

Definition at line 98 of file bus_traits.h.

98 {
99 // ODR-use the singleton accessor's address — sufficient to keep
100 // the driver TU alive. We do NOT call `instance()` here because
101 // some platforms construct the driver eagerly inside the Meyers
102 // singleton and we want `Bus::X`-tagged `addLeds<>` to behave as
103 // a pure compile-time annotation (no runtime side effect beyond
104 // the linker keep-alive itself).
106 }