projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rewritten event system to remove all macros, to make user code clearer.
[pub/USBasp.git]
/
Demos
/
Host
/
StillImageHost
/
ConfigDescriptor.h
diff --git
a/Demos/Host/StillImageHost/ConfigDescriptor.h
b/Demos/Host/StillImageHost/ConfigDescriptor.h
index
cb4de5f
..
29df30c
100644
(file)
--- a/
Demos/Host/StillImageHost/ConfigDescriptor.h
+++ b/
Demos/Host/StillImageHost/ConfigDescriptor.h
@@
-66,11
+66,10
@@
NoEndpointFound = 5, /**< The correct SI endpoint descriptors were not found in the device's SI interface */
\r
};
\r
\r
NoEndpointFound = 5, /**< The correct SI endpoint descriptors were not found in the device's SI interface */
\r
};
\r
\r
- /* Configuration Descriptor Comparison Functions: */
\r
- DESCRIPTOR_COMPARATOR(NextStillImageInterface);
\r
- DESCRIPTOR_COMPARATOR(NextSImageInterfaceDataEndpoint);
\r
-
\r
/* Function Prototypes: */
\r
/* Function Prototypes: */
\r
- uint8_t ProcessConfigurationDescriptor(void);
\r
+ uint8_t ProcessConfigurationDescriptor(void);
\r
+
\r
+ uint8_t DComp_NextStillImageInterface(void* CurrentDescriptor);
\r
+ uint8_t DComp_NextSImageInterfaceDataEndpoint(void* CurrentDescriptor);
\r
\r
#endif
\r
\r
#endif
\r