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

boards/msba2: Added call to periph_init

This commit is contained in:
Marian Buschsieweke 2018-10-28 21:56:48 +01:00
parent bcd3e311a4
commit 6189f9b400
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -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)