summaryrefslogtreecommitdiffstats
path: root/firmware/main.c
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2013-08-07 20:55:48 -0700
committerJenna Fox <a@creativepony.com>2013-08-07 20:55:48 -0700
commitcaf239c0f1e86689003a7ab67dd35017b8eb90d4 (patch)
tree86dcee2d4c6e654302ae0edc49484b9763ec154c /firmware/main.c
parente2a3b426496a6a265908d36ef1cbaf7e1db877ee (diff)
parent6f0eed022c6babeb5cd2b1b22aa9c1fd301aa3bf (diff)
downloadmicronucleus-caf239c0f1e86689003a7ab67dd35017b8eb90d4.tar.gz
micronucleus-caf239c0f1e86689003a7ab67dd35017b8eb90d4.tar.bz2
micronucleus-caf239c0f1e86689003a7ab67dd35017b8eb90d4.zip
Merge pull request #27 from embedded-creations/simplefixes2
a couple fixes
Diffstat (limited to 'firmware/main.c')
-rw-r--r--firmware/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/main.c b/firmware/main.c
index 6e39cfa..e56de62 100644
--- a/firmware/main.c
+++ b/firmware/main.c
@@ -70,7 +70,7 @@ static void leaveBootloader() __attribute__((__noreturn__));
//////// Stuff Bluebie Added
// postscript are the few bytes at the end of programmable memory which store tinyVectors
// and used to in USBaspLoader-tiny85 store the checksum iirc
-#define POSTSCRIPT_SIZE 4
+#define POSTSCRIPT_SIZE 6
#define PROGMEM_SIZE (BOOTLOADER_ADDRESS - POSTSCRIPT_SIZE) /* max size of user program */
// verify the bootloader address aligns with page size