aboutsummaryrefslogtreecommitdiff
path: root/main/tasks.h
blob: ac77a9e8a68dc26fab58d67a4fe58b1351ca71ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

/**
 * \ingroup main
 * \{
 */

/**
 * \brief Register \ref main_tasks "all tasks" in FreeRTOS
 */
void init_tasks();

/// \}