Skip to content
Snippets Groups Projects
Unverified Commit 3122a3ea authored by Peter Kietzmann's avatar Peter Kietzmann Committed by GitHub
Browse files

Merge pull request #10301 from maribu/msba2_periph

boards/msba2: Added call to periph_init
parents 296356fe 6189f9b4
No related branches found
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.
Finish editing this message first!
Please register or to comment