diff options
| author | cpldcpu <cpldcpu@gmail.com> | 2014-03-06 11:28:07 +0100 | 
|---|---|---|
| committer | cpldcpu <cpldcpu@gmail.com> | 2014-03-06 11:28:07 +0100 | 
| commit | f920c73ff3f855a8b52cae07bffef752cc496c64 (patch) | |
| tree | 852505b4e2c4200b7b9389d4f5705d4c6109200f /commandline/library/micronucleus_lib.h | |
| parent | e41772b00b450ecb67a6d2e1eaf28647a9df4a54 (diff) | |
| download | micronucleus-f920c73ff3f855a8b52cae07bffef752cc496c64.tar.gz micronucleus-f920c73ff3f855a8b52cae07bffef752cc496c64.tar.bz2 micronucleus-f920c73ff3f855a8b52cae07bffef752cc496c64.zip | |
commandline: Fix up that may have caused to patch two pages
Diffstat (limited to 'commandline/library/micronucleus_lib.h')
| -rw-r--r-- | commandline/library/micronucleus_lib.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/commandline/library/micronucleus_lib.h b/commandline/library/micronucleus_lib.h index 0accc59..9031d2f 100644 --- a/commandline/library/micronucleus_lib.h +++ b/commandline/library/micronucleus_lib.h @@ -67,6 +67,7 @@ typedef struct _micronucleus {    micronucleus_version version;    unsigned int flash_size;  // programmable size (in bytes) of progmem    unsigned int page_size;   // size (in bytes) of page +  unsigned int bootloader_start; // Start of the bootloader    unsigned int pages;       // total number of pages to program    unsigned int write_sleep; // milliseconds    unsigned int erase_sleep; // milliseconds | 
