From 7ec25b80c0d4ac4d843c781aaefa296e68f63bb7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 3 Jul 2013 00:20:57 +0000 Subject: fixed comment git-svn-id: https://svn.spreadspace.org/mur.sat@806 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/ihu/ihu.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'software') diff --git a/software/ihu/ihu.asm b/software/ihu/ihu.asm index e7c1e5e..a4c53a4 100644 --- a/software/ihu/ihu.asm +++ b/software/ihu/ihu.asm @@ -180,8 +180,8 @@ init ;; bank 3 bsf STATUS,RP0 bsf STATUS,RP1 - ;; movlw b'00001000' ; TX non-inverted, 8bit Baudrate, no auto baud detect - movlw b'00011000' ; TX inverted, 8bit Baudrate, no auto baud detect + ;; movlw b'00001000' ; TX non-inverted, 16bit Baudrate, no auto baud detect + movlw b'00011000' ; TX inverted, 16bit Baudrate, no auto baud detect movwf BAUDCTL movlw b'11101111' ; AN0-AN3,AN5-AN7 as analog movwf ANSEL ; AN4 as digital -- cgit v1.2.3