mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
12 lines
246 B
C++
12 lines
246 B
C++
#include "esphome/core/controller_registry.h"
|
|
|
|
#ifdef USE_CONTROLLER_REGISTRY
|
|
|
|
namespace esphome {
|
|
|
|
StaticVector<Controller *, CONTROLLER_REGISTRY_MAX> ControllerRegistry::controllers;
|
|
|
|
} // namespace esphome
|
|
|
|
#endif // USE_CONTROLLER_REGISTRY
|