blob: fc6016aa865af1175cc02c90df13807fd6cf14d6 [file] [log] [blame]
#include <atmel_start.h>
/**
* Initializes MCU, drivers and middleware in the project
**/
void atmel_start_init(void)
{
system_init();
usb_init();
stdio_redirect_init();
}