Fix for system_deep_sleep ignoring argument
This commit is contained in:
parent
84ee8d493c
commit
62f55d499e
2 changed files with 14 additions and 2 deletions
|
@ -36,4 +36,8 @@ typedef struct ETSTimer_st {
|
|||
void *timer_arg;
|
||||
} ETSTimer;
|
||||
|
||||
void sdk_ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
|
||||
void sdk_ets_timer_arm(ETSTimer *ptimer, uint32_t milliseconds, bool repeat_flag);
|
||||
void sdk_ets_timer_disarm(ETSTimer *ptimer);
|
||||
|
||||
#endif /* _ETSTIMER_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue