diff src/external_flash.inc @ 278:dfac47ac2e1d

BUGFIX: There was a 1:4096 chance that a portion of a dive was not stored correctly resulting in download issues
author heinrichsweikamp
date Mon, 18 May 2015 21:25:56 +0200
parents 13cda523891f
children 62c7af4795b0
line wrap: on
line diff
--- a/src/external_flash.inc	Mon May 18 14:24:50 2015 +0200
+++ b/src/external_flash.inc	Mon May 18 21:25:56 2015 +0200
@@ -16,7 +16,7 @@
 
 ; Writes
  extern	write_byte_ext_flash_plus	; Write from WREG and increase address after write with banking at 0x200000
- extern write_byte_ext_flash_plus_nocnt
+ extern write_byte_ext_flash_plus_nodel ; Does NOT delete 4kB Page when required
  extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write
  extern ext_flash_byte_write		; Writes one byte from WREG @ext_flash_address:3
  extern	write_spi1					; Just (dummy)write to read a byte