summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-07-05 00:46:14 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-07-05 00:46:14 +0000
commit2a8b3071f0bc197756e01e576d8455594c95a980 (patch)
tree05967e042af6ab8d6be2e622c70af3cd80a0d379 /bootloader
parentread flash segment allmost done (diff)
small cleanup
git-svn-id: https://svn.spreadspace.org/pic/trunk@40 a09c6847-51d9-44de-8ef2-e725cf50f3c7
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/bootloader.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/bootloader.asm b/bootloader/bootloader.asm
index 93ec185..20bd0fd 100644
--- a/bootloader/bootloader.asm
+++ b/bootloader/bootloader.asm
@@ -399,7 +399,7 @@ read_flash_segment_next
goto read_flash_segment_loop
bcf STATUS,RP1
clrf combuff + .1 ; = E_OK
- retlw .2 + 2*FSS ; bytes to send
+ retlw .2 + .2*FSS ; bytes to send
;; -------------------------------------
;; -------------------------------------