From 5461f15893de0f34f163dec1a73aa59c38f15be9 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Fri, 5 Jun 2009 16:14:29 +0200 Subject: *digital/avr/modules/flash: * Removed the return with the flash status see #71. --- digital/avr/modules/flash/flash.avr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'digital/avr') diff --git a/digital/avr/modules/flash/flash.avr.c b/digital/avr/modules/flash/flash.avr.c index a38f7910..c44e1863 100644 --- a/digital/avr/modules/flash/flash.avr.c +++ b/digital/avr/modules/flash/flash.avr.c @@ -134,8 +134,7 @@ flash_init (void) spi_send (0); AC_FLASH_PORT |= _BV(AC_FLASH_BIT_SS); - /* Read the flash status. */ - return flash_read_status(); + return 1; } /** Write in the flash byte provided in parameter. -- cgit v1.2.3