diff options
author | cpldcpu <cpldcpu@gmail.com> | 2014-01-06 01:59:31 +0100 |
---|---|---|
committer | cpldcpu <cpldcpu@gmail.com> | 2014-01-06 01:59:31 +0100 |
commit | f66fdcdbe80fdfa92dd9356a205d923c5c655d13 (patch) | |
tree | ffd9689249192225be1915dd4ed9c34db7c302c6 /firmware/bootloaderconfig.h | |
parent | 53093ecb3618d6256508cb20d76ef060623e6821 (diff) | |
download | micronucleus-f66fdcdbe80fdfa92dd9356a205d923c5c655d13.tar.gz micronucleus-f66fdcdbe80fdfa92dd9356a205d923c5c655d13.tar.bz2 micronucleus-f66fdcdbe80fdfa92dd9356a205d923c5c655d13.zip |
firmware: single buffer usb
1578 bytes, yay..
Diffstat (limited to 'firmware/bootloaderconfig.h')
-rw-r--r-- | firmware/bootloaderconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/bootloaderconfig.h b/firmware/bootloaderconfig.h index 7931432..80922ca 100644 --- a/firmware/bootloaderconfig.h +++ b/firmware/bootloaderconfig.h @@ -255,7 +255,7 @@ these macros are defined, the boot loader uses them. * comes with its own OSCCAL calibration or an external clock source is used. */ - #define OSCCAL_RESTORE 0 + #define OSCCAL_RESTORE 1 #define OSCCAL_16_5MHz 1 /* |