blob: 92afa47979b55d7b4edcc99b46e24cc541a1539a [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"
Harald Welte361ed202019-02-24 21:15:39 +010010#include "stdio_start.h"
Kévin Redon69b92d92019-01-24 16:39:20 +010011
12/**
13 * Initializes MCU, drivers and middleware in the project
14 **/
15void atmel_start_init(void);
16
17#ifdef __cplusplus
18}
19#endif
20#endif