projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added CDC functional descriptor structs to the Low Level CDC demos and CDC class...
[pub/USBasp.git]
/
Bootloaders
/
DFU
/
Descriptors.c
diff --git
a/Bootloaders/DFU/Descriptors.c
b/Bootloaders/DFU/Descriptors.c
index
ad4e06a
..
8db6531
100644
(file)
--- a/
Bootloaders/DFU/Descriptors.c
+++ b/
Bootloaders/DFU/Descriptors.c
@@
-104,7
+104,7
@@
USB_Descriptor_Configuration_t ConfigurationDescriptor =
.DFU_Functional =
{
.DFU_Functional =
{
- .Header = {.Size = sizeof(USB_D
FU_Functional_Descriptor
_t), .Type = DTYPE_DFUFunctional},
+ .Header = {.Size = sizeof(USB_D
escriptor_DFU_Functional
_t), .Type = DTYPE_DFUFunctional},
.Attributes = (ATTR_CAN_UPLOAD | ATTR_CAN_DOWNLOAD),
.Attributes = (ATTR_CAN_UPLOAD | ATTR_CAN_DOWNLOAD),