projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add to the existing CDC Class Driver's CreateStream() function documentation to expli...
[pub/USBasp.git]
/
Bootloaders
/
DFU
/
BootloaderDFU.h
diff --git
a/Bootloaders/DFU/BootloaderDFU.h
b/Bootloaders/DFU/BootloaderDFU.h
index
a4eb235
..
c711e43
100644
(file)
--- a/
Bootloaders/DFU/BootloaderDFU.h
+++ b/
Bootloaders/DFU/BootloaderDFU.h
@@
-55,7
+55,7
@@
* can protect the AVR's firmware from being dumped from a secured AVR. When false, memory operations are
\r
* allowed at any time.
\r
*/
\r
* can protect the AVR's firmware from being dumped from a secured AVR. When false, memory operations are
\r
* allowed at any time.
\r
*/
\r
- #define SECURE_MODE false
\r
+ #define SECURE_MODE
false
\r
\r
/** Major bootloader version number. */
\r
#define BOOTLOADER_VERSION_MINOR 2
\r
\r
/** Major bootloader version number. */
\r
#define BOOTLOADER_VERSION_MINOR 2
\r