From db212811293f91e0f1147eb57e5f6d5df2db10ef Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 29 Nov 2010 23:07:46 +0100 Subject: digital/avr/modules/twi: cleanup TWI module, refs #29, closes #90 - use contexts - changed interface - merge test programs - share polling mechanism - prepare place for other drivers - add callback system - use english comments --- digital/avr/modules/twi/Makefile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/avr/modules/twi/Makefile.module') diff --git a/digital/avr/modules/twi/Makefile.module b/digital/avr/modules/twi/Makefile.module index e9bfa070..3508cf4f 100644 --- a/digital/avr/modules/twi/Makefile.module +++ b/digital/avr/modules/twi/Makefile.module @@ -1 +1 @@ -twi_SOURCES = twi.avr.c twi.host.c +twi_SOURCES = twi.c twi_hard.avr.c twi.host.c -- cgit v1.2.3