diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/PLUGIN_API.new | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new index 7e597ee..d54d7a1 100644 --- a/docs/PLUGIN_API.new +++ b/docs/PLUGIN_API.new @@ -2438,11 +2438,10 @@ void thread_wait(struct thread_entry *thread) \param thread \description -bool timer_register(int reg_prio, void (*unregister_callback)(void), long cycles, int int_prio, void (*timer_callback)(void) IF_COP(, int core)) +bool timer_register(int reg_prio, void (*unregister_callback)(void), long cycles, void (*timer_callback)(void) IF_COP(, int core)) \param reg_prio \param unregister_callback \param cycles - \param int_prio \param core \param timer_callback \return |