aboutsummaryrefslogtreecommitdiff
path: root/main/init.h
blob: a24977d82f343970370b4ab36e2b13ee8250af1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

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

/**
 * \brief Initialize the main controller
 *
 * This function only synchronously initializes the standard input/output (used
 * for \c printf() and \c panic()), and queues all other types of
 * initialization in the \c async_init() task using FreeRTOS.
 */
void init();

/// \}