summaryrefslogtreecommitdiff
path: root/include/arch/arduino-nano/arch_types.h
blob: 5f4e7293caa26bccd7fe625a64725e4d9928689d (plain)
1
2
3
4
5
6
7
#ifndef ARCH_TYPES_H
#define ARCH_TYPES_H

typedef uint8_t native_uint_t;
typedef int8_t native_int_t;

#endif