Skip to content
Snippets Groups Projects
Unverified Commit 6189f9b4 authored by Marian Buschsieweke's avatar Marian Buschsieweke
Browse files

boards/msba2: Added call to periph_init

parent bcd3e311
Branches
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
#include "board.h"
#include "cpu.h"
#include "periph/init.h"
void bl_init_ports(void)
{
......@@ -41,6 +42,7 @@ void bl_init_ports(void)
LED0_OFF;
LED0_OFF;
periph_init();
}
void init_clks1(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment