diff options
Diffstat (limited to 'usb_boot/10ch_usb_boot.c')
-rw-r--r-- | usb_boot/10ch_usb_boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb_boot/10ch_usb_boot.c b/usb_boot/10ch_usb_boot.c index 7ba4d92..4d90a4a 100644 --- a/usb_boot/10ch_usb_boot.c +++ b/usb_boot/10ch_usb_boot.c @@ -68,7 +68,7 @@ FUSES = .high = (FUSE_SPIEN & FUSE_CKOPT & FUSE_BOOTSZ1 & FUSE_BOOTSZ0 & FUSE_BOOTRST)
};
LOCKBITS = (LB_MODE_1 & BLB0_MODE_1 & BLB1_MODE_2);
-SIGNATURE_DATA = { SIGNATURE_2, SIGNATURE_1, SIGNATURE_0 } ;
+//SIGNATURE_DATA = { SIGNATURE_2, SIGNATURE_1, SIGNATURE_0 } ;
// ---
|