summaryrefslogtreecommitdiff
path: root/software/ihu/ihu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'software/ihu/ihu.asm')
-rw-r--r--software/ihu/ihu.asm6
1 files changed, 2 insertions, 4 deletions
diff --git a/software/ihu/ihu.asm b/software/ihu/ihu.asm
index 6ccc821..da0ef9b 100644
--- a/software/ihu/ihu.asm
+++ b/software/ihu/ihu.asm
@@ -368,7 +368,7 @@ uart_rx_fe
;; MAINLOOP
main
; sleep
- nop
+; nop
;; --------------------
;; ADC Test
@@ -436,12 +436,10 @@ main
call wait_ms
movf SOL_POWERL,w
- movwf TXREG
-
+ movwf TXREG
movlw .8
call wait_ms
- clrf TMP
goto main
;; --------------------