projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git]
/
Projects
/
Incomplete
/
StandaloneProgrammer
/
Descriptors.h
diff --git
a/Projects/Incomplete/StandaloneProgrammer/Descriptors.h
b/Projects/Incomplete/StandaloneProgrammer/Descriptors.h
index
dac92cd
..
0ebc367
100644
(file)
--- a/
Projects/Incomplete/StandaloneProgrammer/Descriptors.h
+++ b/
Projects/Incomplete/StandaloneProgrammer/Descriptors.h
@@
-74,6
+74,8
@@
typedef struct
{
USB_Descriptor_Configuration_Header_t Config;
+
+ // Mass Storage Interface
USB_Descriptor_Interface_t MS_Interface;
USB_Descriptor_Endpoint_t MS_DataInEndpoint;
USB_Descriptor_Endpoint_t MS_DataOutEndpoint;