mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 00:02:21 +01:00
adjust
This commit is contained in:
@@ -149,12 +149,6 @@ class Scheduler {
|
|||||||
// Cancel heap items (items_ and to_add_)
|
// Cancel heap items (items_ and to_add_)
|
||||||
bool cancel_heap_item_(Component *component, bool is_static_string, const void *name_ptr, SchedulerItem::Type type);
|
bool cancel_heap_item_(Component *component, bool is_static_string, const void *name_ptr, SchedulerItem::Type type);
|
||||||
|
|
||||||
#if !defined(USE_ESP8266) && !defined(USE_RP2040)
|
|
||||||
// Cancel deferred items (defer_queue_)
|
|
||||||
bool cancel_deferred_item_(Component *component, bool is_static_string, const void *name_ptr,
|
|
||||||
SchedulerItem::Type type);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Helper to execute a scheduler item
|
// Helper to execute a scheduler item
|
||||||
void execute_item_(SchedulerItem *item);
|
void execute_item_(SchedulerItem *item);
|
||||||
|
Reference in New Issue
Block a user