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