diff options
author | Andreas Auras <yak54@gmx.net> | 2010-02-09 22:55:50 +0100 |
---|---|---|
committer | Andreas Auras <yak54@gmx.net> | 2010-02-09 22:55:50 +0100 |
commit | f976b28761dd376e94d584c0b3fc9d33d257ef12 (patch) | |
tree | 0dce4f132a134a42577ee2204ff2d1f8fe0bed6c /usb_appl/10ch_usb_appl.c | |
parent | 69175ad4105845f2a766c308aa246cc0b624ac08 (diff) | |
download | df10ch-atmolight-controller-f976b28761dd376e94d584c0b3fc9d33d257ef12.tar.gz df10ch-atmolight-controller-f976b28761dd376e94d584c0b3fc9d33d257ef12.tar.bz2 |
Prepare for public use
Diffstat (limited to 'usb_appl/10ch_usb_appl.c')
-rw-r--r-- | usb_appl/10ch_usb_appl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usb_appl/10ch_usb_appl.c b/usb_appl/10ch_usb_appl.c index f5a1ce4..3728c55 100644 --- a/usb_appl/10ch_usb_appl.c +++ b/usb_appl/10ch_usb_appl.c @@ -67,8 +67,7 @@ FUSES = .high = (FUSE_SPIEN & FUSE_CKOPT & FUSE_BOOTSZ1 & FUSE_BOOTSZ0)
};
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 } ;
#define EE_MEM_SIZE (E2END + 1)
|