We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad88218 commit 4cdcdc1Copy full SHA for 4cdcdc1
rtos/Kernel.h
@@ -47,14 +47,14 @@ uint64_t get_ms_count();
47
/** Attach a function to be called by the RTOS idle task
48
@param fptr pointer to the function to be called
49
50
- @note You can call this function from ISR context.
+ @note You may call this function from ISR context.
51
*/
52
void attach_idle_hook(void (*fptr)(void));
53
54
-/** Attach a function to be called when a task is terminated
+/** Attach a function to be called when a thread terminates.
55
56
57
58
59
void attach_thread_terminate_hook(void (*fptr)(osThreadId_t id));
60
0 commit comments