mirror of
https://github.com/esphome/esphome.git
synced 2025-08-05 09:57:47 +00:00
adjust
This commit is contained in:
parent
939d01dd99
commit
52d3dba89c
@ -149,12 +149,6 @@ class Scheduler {
|
||||
// Cancel heap items (items_ and to_add_)
|
||||
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:
|
||||
// Helper to execute a scheduler item
|
||||
void execute_item_(SchedulerItem *item);
|
||||
|
Loading…
x
Reference in New Issue
Block a user