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:
parent
bcd3e311a4
commit
6189f9b400
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user