aboutsummaryrefslogtreecommitdiff
path: root/main/init.h
blob: 73d27732a867c8dac2948245cf046a046d3aa5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

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