diff code_part1/OSTC_code_asm_part1/menu_reset.asm @ 829:69bc5feca5da

BUGFIX: "First Diluent" and "SP Mode" used same EEPROM location
author heinrichsweikamp
date Tue, 20 Oct 2015 12:01:18 +0200
parents e49a35ab7394
children
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_reset.asm	Mon Oct 19 10:40:47 2015 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_reset.asm	Tue Oct 20 12:01:18 2015 +0200
@@ -521,7 +521,7 @@
     movlw   .1
     movwf   EEDATA
     write_int_eeprom    .33         ; First Gas (1-5)
-    write_int_eeprom    .116        ; First Diluent (1-5)
+    write_int_eeprom    .115        ; First Diluent (1-5)
 	return
 
 ; Write WREG:lo twice, w/o any type clearing, pre-incrementing EEADR