* msba2 bootloader code fix

dev/timer
Kaspar Schleiser 13 years ago
parent 5a5d083e50
commit b9a52bd231

@ -169,16 +169,17 @@ void bootloader(void) {
/* board specific setup of clocks */
bl_init_clks();
/* initialize bss and data */
bl_init_data();
/* board specific setup of i/o pins */
bl_init_ports();
/* short blinking of both of the LEDs on startup */
bl_blink();
/* board specific setup of UART */
/* UART setup */
bl_uart_init();
printf("Board initialized.\n");
puts("Board initialized.");
}
/** @} */

Loading…
Cancel
Save