#include int main(void) { /* Initializes MCU, drivers and middleware */ atmel_start_init(); /* Replace with your application code */ while (1) { } }