blob: 953f947c367479526df8f49adac6458553f24f1f [file] [log] [blame]
Kévin Redon69b92d92019-01-24 16:39:20 +01001#ifndef ATMEL_START_H_INCLUDED
2#define ATMEL_START_H_INCLUDED
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#include "driver_init.h"
9#include "usb_start.h"
10
11/**
12 * Initializes MCU, drivers and middleware in the project
13 **/
14void atmel_start_init(void);
15
16#ifdef __cplusplus
17}
18#endif
19#endif