diff src/external_flash.inc @ 279:62c7af4795b0

bugfix wrong profile length in header
author heinrichsweikamp
date Tue, 26 May 2015 12:38:17 +0200
parents dfac47ac2e1d
children eb758a5b44eb
line wrap: on
line diff
--- a/src/external_flash.inc	Mon May 18 21:25:56 2015 +0200
+++ b/src/external_flash.inc	Tue May 26 12:38:17 2015 +0200
@@ -16,6 +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 ; No increase of ext_flash_dive_counter:3
  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