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.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/avr/modules/twi/test/Makefile.master') diff --git a/digital/avr/modules/twi/test/Makefile.master b/digital/avr/modules/twi/test/Makefile.master index 63d6baf8..72762aa2 100644 --- a/digital/avr/modules/twi/test/Makefile.master +++ b/digital/avr/modules/twi/test/Makefile.master @@ -3,7 +3,7 @@ AVR_PROGS = test_twi_master test_twi_master_SOURCES = test_twi_master.c DOC = EXTRACTDOC = -MODULES = twi uart proto +MODULES = twi uart proto math/random CONFIGFILE = avrconfig_master.h -- cgit v1.2.3