summaryrefslogtreecommitdiff
path: root/software/pic.bootloader/generic-init.inc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-07-26 15:10:14 +0000
committerChristian Pointner <equinox@mur.at>2013-07-26 15:10:14 +0000
commitafc62937c6602ccce0ae1d1c49c85d3f3e5505a7 (patch)
tree3a83f9af7d1bd55624602b37acd5ec1ae86f4f62 /software/pic.bootloader/generic-init.inc
parentyet another downloader update (diff)
updated to new PIC bootloader with support for SPI and 16F1847
git-svn-id: https://svn.spreadspace.org/mur.sat@811 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/pic.bootloader/generic-init.inc')
-rw-r--r--software/pic.bootloader/generic-init.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/software/pic.bootloader/generic-init.inc b/software/pic.bootloader/generic-init.inc
index 4c51fa9..bc790ac 100644
--- a/software/pic.bootloader/generic-init.inc
+++ b/software/pic.bootloader/generic-init.inc
@@ -2,7 +2,7 @@
;; spreadspace pic utils
;;
;;
- ;; Copyright (C) 2011 Christian Pointner <equinox@spreadspace.org>
+ ;; Copyright (C) 2011-2013 Christian Pointner <equinox@spreadspace.org>
;;
;; This file is part of spreadspace pic utils.
;;
@@ -21,9 +21,7 @@
;;
org .0
- btfsc BOOTPIN
- goto USERVECT
- goto com_init
+ bootmacro
;; -------------------------------------
;; goto user ISR