1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00

Merge pull request #10301 from maribu/msba2_periph

boards/msba2: Added call to periph_init
This commit is contained in:
Peter Kietzmann 2018-11-05 17:01:49 +01:00 committed by GitHub
commit 3122a3ea9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)