From 0a60a76afcf938c6885395fb16b6c168179921e5 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 1 Apr 2012 00:22:16 +0200 Subject: adapted to ATtiny26 / sublab setup --- types.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index a18a03b..eb9fb05 100644 --- a/types.h +++ b/types.h @@ -1,4 +1,7 @@ -#include +#ifndef _TYPES_H +#define _TYPES_H + +#include typedef unsigned char u8; typedef signed char s8; @@ -21,3 +24,5 @@ typedef signed long s32; #define xdata #define bit uchar + +#endif /* _TYPES_H */ -- cgit v1.2.1