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