summaryrefslogtreecommitdiff
path: root/bootloader/com-16f1847-uart.inc
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/com-16f1847-uart.inc')
-rw-r--r--bootloader/com-16f1847-uart.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/com-16f1847-uart.inc b/bootloader/com-16f1847-uart.inc
index b509bb2..961827d 100644
--- a/bootloader/com-16f1847-uart.inc
+++ b/bootloader/com-16f1847-uart.inc
@@ -57,7 +57,7 @@ uart_rx_fe ; recover from framing error
;; ----- initialize com (this is called by bootmacro, it's not a subroutine - no return at the end)
com_init
movlb .1
- movlw b'01110000' ; 8 MHz
+ movlw b'01110000' ; 8 MHz
movwf OSCCON
movlb .3