File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,15 @@ typedef int32_t (*FuriThreadCallback)(void* context);
78
78
typedef void (* FuriThreadStdoutWriteCallback )(const char * data , size_t size );
79
79
80
80
/**
81
- * @brief State change callback function pointer type.
81
+ * @brief State change callback function pointer type.
82
82
*
83
- * The function to be used as a state callback MUST follow this signature.
83
+ * The function to be used as a state callback MUST follow this
84
+ * signature.
84
85
*
85
- * @param[in] pointer to the FuriThread instance that changed the state
86
- * @param[in] state identifier of the state the thread has transitioned to
87
- * @param[in,out] context pointer to a user-specified object
86
+ * @param[in] thread to the FuriThread instance that changed the state
87
+ * @param[in] state identifier of the state the thread has transitioned
88
+ * to
89
+ * @param[in,out] context pointer to a user-specified object
88
90
*/
89
91
typedef void (* FuriThreadStateCallback )(FuriThread * thread , FuriThreadState state , void * context );
90
92
You can’t perform that action at this time.
0 commit comments