summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-07-26 15:27:30 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-07-26 15:27:30 +0000
commita9c9796eec116c1e61988d1410d19556fd182a6c (patch)
treed5c3086d369e21b7c5b63e85f9074fabb37cd1a3
parentadd SPI based com for 16F1847 (diff)
removed usless TX inverted
git-svn-id: https://svn.spreadspace.org/pic/trunk@97 a09c6847-51d9-44de-8ef2-e725cf50f3c7
-rw-r--r--bootloader/com-16f887-uart.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootloader/com-16f887-uart.inc b/bootloader/com-16f887-uart.inc
index d4603a9..0f8a578 100644
--- a/bootloader/com-16f887-uart.inc
+++ b/bootloader/com-16f887-uart.inc
@@ -54,7 +54,6 @@ com_init
bsf STATUS,RP0
bsf STATUS,RP1
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
;; bank 1