From fcbcd99677cc864a0c8911c99a6e2a106f92567c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 7 Jul 2013 21:41:29 +0000 Subject: fixed new features git-svn-id: https://svn.spreadspace.org/pic/trunk@51 a09c6847-51d9-44de-8ef2-e725cf50f3c7 --- bootloader/bootloader.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootloader/bootloader.asm') diff --git a/bootloader/bootloader.asm b/bootloader/bootloader.asm index 629b6f5..db177af 100644 --- a/bootloader/bootloader.asm +++ b/bootloader/bootloader.asm @@ -168,7 +168,7 @@ boot movwf RCSTA ;; --------- end of init - + wait_new_cmd movlw combuff movwf FSR @@ -282,7 +282,7 @@ cmd_identify movf combuff,w call uart_tx_byte - movlw .22 + movlw .19 call uart_tx_byte movlw E_OK @@ -299,7 +299,7 @@ cmd_identify call uart_tx_byte movlw NAME_2 call uart_tx_byte - + movlw DEVID_L call uart_tx_byte movlw DEVID_H -- cgit v1.2.3