diff src/comm.asm @ 396:61984f91174a

place total dives backup counter in eeprom 16:17
author heinrichsweikamp
date Mon, 23 Nov 2015 12:16:38 +0100
parents 9e5abca93c32
children db25f2028074
line wrap: on
line diff
--- a/src/comm.asm	Mon Nov 16 11:04:27 2015 +0100
+++ b/src/comm.asm	Mon Nov 23 12:16:38 2015 +0100
@@ -276,8 +276,8 @@
 	write_int_eeprom	.6
 	write_int_eeprom	.2				; Also, delete total dive counter
 	write_int_eeprom	.3
-    write_int_eeprom    .15
-    write_int_eeprom    .16             ; And the backup counter, too
+    write_int_eeprom    .16
+    write_int_eeprom    .17             ; And the backup counter, too
 	call	ext_flash_erase_logbook		; And complete logbook (!)
 	bra		comm_download_mode0			; Done.