diff options
author | cpldcpu <cpldcpu@gmail.com> | 2014-01-05 16:30:52 +0100 |
---|---|---|
committer | cpldcpu <cpldcpu@gmail.com> | 2014-01-05 16:30:52 +0100 |
commit | 4614182cbc1fa442bf58be4e8a9e86f3bdf74341 (patch) | |
tree | c99d751d354142ca933c14826a5b4622cd5f4afd /firmware/bootloaderconfig.h | |
parent | 4f96c4048389d6be8df8143b3a29d877f75b5860 (diff) | |
download | micronucleus-4614182cbc1fa442bf58be4e8a9e86f3bdf74341.tar.gz micronucleus-4614182cbc1fa442bf58be4e8a9e86f3bdf74341.tar.bz2 micronucleus-4614182cbc1fa442bf58be4e8a9e86f3bdf74341.zip |
firmware: Removed trampoline and INT patching
Diffstat (limited to 'firmware/bootloaderconfig.h')
-rw-r--r-- | firmware/bootloaderconfig.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/bootloaderconfig.h b/firmware/bootloaderconfig.h index a93e6ff..b551db7 100644 --- a/firmware/bootloaderconfig.h +++ b/firmware/bootloaderconfig.h @@ -140,16 +140,14 @@ these macros are defined, the boot loader uses them. // Microcontroller vectortable entries in the flash #define RESET_VECTOR_OFFSET 0 -#define USBPLUS_VECTOR_OFFSET 2 // number of bytes before the boot loader vectors to store the tiny application vector table -#define TINYVECTOR_RESET_OFFSET 4 -#define TINYVECTOR_USBPLUS_OFFSET 2 +#define TINYVECTOR_RESET_OFFSET 2 #define TINYVECTOR_OSCCAL_OFFSET 6 /* ------------------------------------------------------------------------ */ // postscript are the few bytes at the end of programmable memory which store tinyVectors -#define POSTSCRIPT_SIZE 6 +#define POSTSCRIPT_SIZE 4 #define PROGMEM_SIZE (BOOTLOADER_ADDRESS - POSTSCRIPT_SIZE) /* max size of user program */ /* ------------------------------------------------------------------------- */ |