projects
/
pub
/
USBaspLoader.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove the backdoor since it is too hard to use
[pub/USBaspLoader.git]
/
firmware
/
main.c
diff --git
a/firmware/main.c
b/firmware/main.c
index
5c1233b
..
2d54b47
100644
(file)
--- a/
firmware/main.c
+++ b/
firmware/main.c
@@
-282,11
+282,6
@@
uchar isLast;
for(i = 0; i < len;){
#if HAVE_BLB11_SOFTW_LOCKBIT
if (CURRENT_ADDRESS >= (addr_t)(BOOTLOADER_ADDRESS)) {
for(i = 0; i < len;){
#if HAVE_BLB11_SOFTW_LOCKBIT
if (CURRENT_ADDRESS >= (addr_t)(BOOTLOADER_ADDRESS)) {
-#if HAVE_BLB11_SOFTW_BACKDOOR
- if (!((stayinloader >= 0x10) && (bootLoaderCondition()))) return 1;
-#else
- return 1;
-#endif
}
#endif
i += 2;
}
#endif
i += 2;