blob: 9a5f36c73da9b967210e8af3916116a6e9f62e1a [file] [log] [blame]
Kévin Redon69b92d92019-01-24 16:39:20 +01001#include <atmel_start.h>
2
3/**
4 * Initializes MCU, drivers and middleware in the project
5 **/
6void atmel_start_init(void)
7{
8 system_init();
9 usb_init();
10}