diff options
author | Christian Pointner <equinox@mur.at> | 2013-07-03 00:20:57 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-07-03 00:20:57 +0000 |
commit | 7ec25b80c0d4ac4d843c781aaefa296e68f63bb7 (patch) | |
tree | 0aaa7951b9801befcf2fda13dca1c54967607cc1 | |
parent | fixed overrun error (diff) |
fixed comment
git-svn-id: https://svn.spreadspace.org/mur.sat@806 7de4ea59-55d0-425e-a1af-a3118ea81d4c
-rw-r--r-- | software/ihu/ihu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |