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 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 digital/avr/modules/twi/Makefile (limited to 'digital/avr/modules/twi/Makefile') diff --git a/digital/avr/modules/twi/Makefile b/digital/avr/modules/twi/Makefile deleted file mode 100644 index 731c2ce3..00000000 --- a/digital/avr/modules/twi/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -BASE = ../../.. -DOC = twi.html -EXTRACTDOC = twi.h avrconfig.h - -include $(BASE)/make/Makefile.gen -- cgit v1.2.3