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:
parent
039e9937a4
commit
1bf151f01f
@ -51,6 +51,11 @@ extern "C" {
|
||||
*/
|
||||
void kernel_init(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize board specific hardware
|
||||
*/
|
||||
void board_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user