init commit of examples
This commit is contained in:
31
Examples/SPISLAVEDMA/SPISLAVEDMA(3)/stdio_start.h
Normal file
31
Examples/SPISLAVEDMA/SPISLAVEDMA(3)/stdio_start.h
Normal file
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* Code generated from Atmel Start.
|
||||
*
|
||||
* This file will be overwritten when reconfiguring your Atmel Start project.
|
||||
* Please copy examples or other code you want to keep to a separate file or main.c
|
||||
* to avoid loosing it when reconfiguring.
|
||||
*/
|
||||
#ifndef STDIO_MAIN_H
|
||||
#define STDIO_MAIN_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdio_io.h>
|
||||
|
||||
void STDIO_REDIRECT_0_example(void);
|
||||
|
||||
/**
|
||||
* \brief Initialize STDIO Redirect
|
||||
*/
|
||||
void stdio_redirect_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* STDIO_MAIN_H */
|
||||
Reference in New Issue
Block a user