From 722d539ab6f89018657faaaec1778b086c395e7a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 4 Jan 2012 03:23:17 +0000 Subject: solar power calculations work now git-svn-id: https://svn.spreadspace.org/mur.sat@231 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/ihu/ihu.asm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'software/ihu/ihu.asm') 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 ;; -------------------- -- cgit v1.2.3