void(* task_t)(void)
Defines a function pointer type for tasks.
static const scheduleEntry_t appStartupSchedule[STARTUP_SCHEDULE_LEN]
Defines an example Application Startup Schedule with optional Tasks.
Defines a schedule entry containing a task function pointer and its duration.