diff src/eeprom_rs232.asm @ 350:2fd258596af0

some cleanups
author heinrichsweikamp
date Thu, 23 Jul 2015 12:53:35 +0200
parents 1e342e433839
children 7faa688db105
line wrap: on
line diff
--- a/src/eeprom_rs232.asm	Thu Jul 23 10:09:21 2015 +0200
+++ b/src/eeprom_rs232.asm	Thu Jul 23 12:53:35 2015 +0200
@@ -170,9 +170,6 @@
 	return
 
     
-rs232_wait_tx_led:
-    bsf     LEDr            ; Flow control test mH
-
 	global	rs232_wait_tx
 rs232_wait_tx:
 	btfss	TXSTA1,TRMT			; RS232 Busy?
@@ -180,11 +177,9 @@
 
     btfss  ble_available        ; ble available?
     return                      ; No, done.
-    
+  
     btfsc   NRTS                ; Wait for Bluetooth module
-    bra		rs232_wait_tx_led   ; yes, wait...
-
-    bcf     LEDr
+    bra		rs232_wait_tx       ; yes, wait...
 	return						; Done.
 
     global  rs232_wait_tx2