summaryrefslogtreecommitdiff
path: root/n/avr/modules/twi/master/test
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/twi/master/test')
-rw-r--r--n/avr/modules/twi/master/test/Makefile5
-rw-r--r--n/avr/modules/twi/master/test/avrconfig.h1
2 files changed, 1 insertions, 5 deletions
diff --git a/n/avr/modules/twi/master/test/Makefile b/n/avr/modules/twi/master/test/Makefile
index 80e6caa..e018323 100644
--- a/n/avr/modules/twi/master/test/Makefile
+++ b/n/avr/modules/twi/master/test/Makefile
@@ -1,8 +1,6 @@
BASE = ../../../..
AVR_PROGS = test_twi_master
test_twi_master_SOURCES = test_twi_master.c
-DOC =
-EXTRACTDOC =
MODULES = uart proto twi/master
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
@@ -11,9 +9,6 @@ AVR_MCU = atmega8
# -Os : size
OPTIMIZE = -O2
-DEFS =
-LIBS =
-
# Test compilations.
TEST_MCU = atmega8535 atmega128
TEST_CONFIGFILES = avrconfig.h
diff --git a/n/avr/modules/twi/master/test/avrconfig.h b/n/avr/modules/twi/master/test/avrconfig.h
index 2115fab..dc2c28b 100644
--- a/n/avr/modules/twi/master/test/avrconfig.h
+++ b/n/avr/modules/twi/master/test/avrconfig.h
@@ -71,6 +71,7 @@
#define AC_UART1_SEND_BUFFER_SIZE 32
#define AC_UART1_RECV_BUFFER_SIZE 32
#define AC_UART1_SEND_BUFFER_FULL WAIT
+#define AC_UART1_HOST_DRIVER PTS
/* proto - Protocol module. */
/** Maximum argument size. */