summaryrefslogtreecommitdiff
path: root/software/ihu/ihu.asm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2012-01-04 03:23:17 +0000
committerChristian Pointner <equinox@mur.at>2012-01-04 03:23:17 +0000
commit722d539ab6f89018657faaaec1778b086c395e7a (patch)
tree322f0e5013925115859815db78fabd4df8a6c796 /software/ihu/ihu.asm
parentfirst solar power calc tests (diff)
solar power calculations work now
git-svn-id: https://svn.spreadspace.org/mur.sat@231 7de4ea59-55d0-425e-a1af-a3118ea81d4c
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
;; --------------------