summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/atmega128io.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Concept/Framework/atmega128io.h')
-rw-r--r--source/Concept/Framework/atmega128io.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Concept/Framework/atmega128io.h b/source/Concept/Framework/atmega128io.h
index a3384a4..7f94c6c 100644
--- a/source/Concept/Framework/atmega128io.h
+++ b/source/Concept/Framework/atmega128io.h
@@ -6,6 +6,8 @@
#include <avr/io.h>
#include <avr/interrupt.h>
+#include "defines.h"
+
/************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury
@@ -197,7 +199,7 @@ extern void uart1_puts_p(const char *s );
uint8 slave_adr; /*!< Slave Adresse and W/R byte */
uint8 size; /*!< Anzahl der Bytes, die gesendet oder empfagen werden sollen */
uint8 *data_ptr; /*!< Pointer zum Sende und Empfangs Puffer */
- }tx_type;
+ }tx_type;
/*!
* Hier wird der eigentliche TWI-Treiber angesprochen