mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 01:32:19 +01:00
Merge branch 'ble_pool' into integration
This commit is contained in:
@@ -389,7 +389,7 @@ template<typename... Args> void enqueue_ble_event(Args... args) {
|
|||||||
|
|
||||||
// Push the event to the queue
|
// Push the event to the queue
|
||||||
global_ble->ble_events_.push(event);
|
global_ble->ble_events_.push(event);
|
||||||
// Push always succeeds: we checked full() above and we're the only producer
|
// Push always succeeds because we're the only producer and the pool ensures we never exceed queue size
|
||||||
}
|
}
|
||||||
|
|
||||||
// Explicit template instantiations for the friend function
|
// Explicit template instantiations for the friend function
|
||||||
|
Reference in New Issue
Block a user