avr: moved bootloader down to 0x0d00.
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
; Reset and interrupt vectors (will be removed as soon as we can flash data over COM)
|
||||
|
||||
rjmp main ; Reset vector
|
||||
; rjmp 0xe00 ; Reset vector ; use this for flashed system
|
||||
; rjmp 0xd00 ; Reset vector ; use this for flashed system
|
||||
reti ; EXT_INT0
|
||||
rjmp com2IsrPcint0 ; PCI0
|
||||
reti ; PCI1
|
||||
|
||||
Reference in New Issue
Block a user