1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core/init: declare board_init()

This commit is contained in:
Benjamin Valentin 2022-02-25 15:08:13 +01:00
parent 039e9937a4
commit 1bf151f01f

View File

@ -51,6 +51,11 @@ extern "C" {
*/
void kernel_init(void);
/**
* @brief Initialize board specific hardware
*/
void board_init(void);
#ifdef __cplusplus
}
#endif