blob: 7bb60ebbdfacb81f770e3af820631d520e4f4a62 [file] [log] [blame]
Kévin Redon69b92d92019-01-24 16:39:20 +01001/*
2 * Code generated from Atmel Start.
3 *
4 * This file will be overwritten when reconfiguring your Atmel Start project.
5 * Please copy examples or other code you want to keep to a separate file
6 * to avoid losing it when reconfiguring.
7 */
8#ifndef DRIVER_EXAMPLES_H_INCLUDED
9#define DRIVER_EXAMPLES_H_INCLUDED
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
Kévin Redon4cd3f7d2019-01-24 17:57:13 +010015void UART_debug_example(void);
16
Kévin Redon69b92d92019-01-24 16:39:20 +010017#ifdef __cplusplus
18}
19#endif
20#endif // DRIVER_EXAMPLES_H_INCLUDED