diff options
| author | zy <[email protected]> | 2023-12-12 02:59:48 -0500 |
|---|---|---|
| committer | zy <[email protected]> | 2023-12-12 02:59:48 -0500 |
| commit | 96462422ce52424e5a1e77a7232efdb4889ed83a (patch) | |
| tree | b8151138057e72d2a7a4ffad66c6b8877187ebf6 /source/module/monitor_timer.h | |
| parent | 462bdebad6eb2734fd0be4d014bfa2fa67d0ab29 (diff) | |
code clean
Diffstat (limited to 'source/module/monitor_timer.h')
| -rw-r--r-- | source/module/monitor_timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/module/monitor_timer.h b/source/module/monitor_timer.h index 25dc68d..4109038 100644 --- a/source/module/monitor_timer.h +++ b/source/module/monitor_timer.h @@ -66,5 +66,6 @@ void start_all_hrTimer(void); void cancel_all_hrTimer(void); // for work +void init_work_all_hrTimer(void); void cancel_all_work(void); void cancel_destory_all_work(void);
\ No newline at end of file |
