1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-08 14:22:21 +01:00

Extract lock-free queue and event pool to core helpers (#9238)

This commit is contained in:
J. Nick Koston
2025-06-28 15:08:33 -05:00
committed by GitHub
parent 13d4823db6
commit 3f1f99cf37
7 changed files with 223 additions and 168 deletions

View File

@@ -1,7 +1,6 @@
#ifdef USE_ESP32
#include "ble.h"
#include "ble_event_pool.h"
#include "esphome/core/application.h"
#include "esphome/core/helpers.h"