aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Scheduler/Scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Scheduler/Scheduler.h')
-rw-r--r--LUFA/Scheduler/Scheduler.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/Scheduler/Scheduler.h b/LUFA/Scheduler/Scheduler.h
index ed0497115..024a2c22f 100644
--- a/LUFA/Scheduler/Scheduler.h
+++ b/LUFA/Scheduler/Scheduler.h
@@ -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. */