From 730778b5bf598cb79cd82ea35dcc4015371cc764 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Sun, 2 Mar 2008 08:09:35 +0100 Subject: * avr/twi: add a test with multiples random bytes exchange - add on the master a test command to send multiples random bytes to a slave and check if we can read back the same data. --- digital/avr/modules/twi/test/Makefile.slave | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/avr/modules/twi/test/Makefile.slave') diff --git a/digital/avr/modules/twi/test/Makefile.slave b/digital/avr/modules/twi/test/Makefile.slave index 306ee1cf..73d3b01e 100644 --- a/digital/avr/modules/twi/test/Makefile.slave +++ b/digital/avr/modules/twi/test/Makefile.slave @@ -3,7 +3,7 @@ AVR_PROGS = test_twi_sl test_twi_sl_SOURCES = test_twi_sl.c DOC = EXTRACTDOC = -MODULES = twi uart +MODULES = twi uart proto CONFIGFILE = avrconfig_slave.h -- cgit v1.2.3