blob: bee5325be1991fd6effd23422ff298af8bd08262 [file] [log] [blame]
Harald Welte361ed202019-02-24 21:15:39 +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 or main.c
6 * to avoid loosing it when reconfiguring.
7 */
8#ifndef STDIO_MAIN_H
9#define STDIO_MAIN_H
10
11#ifdef __cplusplus
12extern "C" {
13#endif /* __cplusplus */
14
15#include <stdio.h>
16
17#include <stdio.h>
18#include <stdio_io.h>
19
20void STDIO_REDIRECT_0_example(void);
21
22/**
23 * \brief Initialize STDIO Redirect
24 */
25void stdio_redirect_init(void);
26
27#ifdef __cplusplus
28}
29#endif /* __cplusplus */
30
31#endif /* STDIO_MAIN_H */