diff src/comm.asm @ 147:fdd4e30846ae

some cleanup
author heinrichsweikamp
date Wed, 06 Aug 2014 11:59:04 +0200
parents 9a637c9bb19a
children 074b1a9ded7b
line wrap: on
line diff
--- a/src/comm.asm	Tue Aug 05 17:11:48 2014 +0200
+++ b/src/comm.asm	Wed Aug 06 11:59:04 2014 +0200
@@ -22,7 +22,7 @@
 #include "rtc.inc"
 #include "adc_lightsensor.inc"
 
-	extern  testloop,new_battery_menu,restart,option_reset_all
+	extern  new_battery_menu,restart,option_reset_all
     extern  char_I_dil_change, char_I_setpoint_cbar, char_I_setpoint_change
     extern  char_I_deco_model, char_I_extra_time, char_I_saturation_multiplier, char_I_desaturation_multiplier
     extern  option_check_all, gaslist_cleanup_list, get_first_gas_to_WREG, get_first_dil_to_WREG
@@ -532,10 +532,10 @@
 	cpfseq	RCREG1
 	bra		$+4
 	bra		comm_send_firmware          ; sends firmware from external flash from 0x3E0000 to 0x3FD000 (118784bytes) via comm
-	movlw	"t"
-	cpfseq	RCREG1
-	bra		$+4
-    goto    testloop                    ; Start raw-data testloop
+;	movlw	"t"
+;	cpfseq	RCREG1
+;	bra		$+4
+;    goto    testloop                    ; Start raw-data testloop
 	movlw	0xC1
 	cpfseq	RCREG1
 	bra		$+4