mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55:29 +00:00
Add briefs for the library core structures.
This commit is contained in:
@@ -165,7 +165,10 @@
|
||||
*/
|
||||
typedef uint16_t SchedulerDelayCounter_t;
|
||||
|
||||
/** Structure for holding a single task's information in the scheduler task list. */
|
||||
/** \brief Scheduler Task List Entry Structure.
|
||||
*
|
||||
* Structure for holding a single task's information in the scheduler task list.
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
TaskPtr_t Task; /**< Pointer to the task to execute. */
|
||||
|
||||
Reference in New Issue
Block a user