From 9290d7eed268d4bd96829dcbae839b5d6b11dad1 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 13 Mar 2008 13:55:14 +0100 Subject: * digital/avr/modules/flash: - fixed erase command. - fixed init (actually, SR should be cleared). - merged all tests in one. --- digital/avr/modules/flash/test/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'digital/avr/modules/flash/test/Makefile') diff --git a/digital/avr/modules/flash/test/Makefile b/digital/avr/modules/flash/test/Makefile index 422e7b54..aec41f98 100644 --- a/digital/avr/modules/flash/test/Makefile +++ b/digital/avr/modules/flash/test/Makefile @@ -1,10 +1,6 @@ BASE = ../../.. -AVR_PROGS = test-flash test-write-onbyte test-erase test-write-anarray test-init +AVR_PROGS = test-flash -test-write-onbyte_SOURCES = test-write-onebyte.c -test-erase_SOURCES = test-erase.c -test-write-anarray_SOURCES = test-write-anarray.c -test-init_SOURCES = test-init.c test-flash_SOURCES = test-flash.c MODULES = utils spi flash proto uart -- cgit v1.2.3