diff code_part1/OSTC_code_asm_part1/start.asm @ 464:6ad9af3a5771 2.01stable

Fix reset gas from 2.0stable
author heinrichsweikamp
date Sun, 02 Oct 2011 17:52:16 +0200
parents af2894e5cda4
children 915e0d38edec
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/start.asm	Sun Sep 25 10:30:53 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Sun Oct 02 17:52:16 2011 +0200
@@ -142,6 +142,9 @@
 	write_int_eeprom	d'193'
 	write_int_eeprom	d'194'		; Reset Default and Current Value to zero
 	clrf	EEADRH
+
+; reset gases (Bug in 2.0 stable)
+	call	reset_gases
 ;	goto	reset_all_cf			; resets all custom functions bank0 and bank1 and jumps to "restart"
 			
 restart: