aboutsummaryrefslogtreecommitdiff
path: root/utils/cmake/toolchains/AVR_GCC/platform_includes.h
blob: ac788a5682d75449da4df1ebd3a0584a5542fe6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef PLATFORM_INCLUDES
#define PLATFORM_INCLUDES

#include <stdint.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#include <math.h>
#include <avr/interrupt.h>
#include <avr/io.h>

#endif