Rename Audio Host Class driver internal descriptor matching routines to be in line with the rest of the class driver function names.
This commit is contained in:
parent
deaab90089
commit
f1cfd7ea7d
3 changed files with 12 additions and 10 deletions
|
@ -393,9 +393,9 @@
|
|||
#if !defined(__DOXYGEN__)
|
||||
/* Function Prototypes: */
|
||||
#if defined(__INCLUDE_FROM_AUDIO_HOST_C)
|
||||
static uint8_t DComp_NextAudioControlInterface(void* CurrentDescriptor);
|
||||
static uint8_t DComp_NextAudioStreamInterface(void* CurrentDescriptor);
|
||||
static uint8_t DComp_NextAudioInterfaceDataEndpoint(void* CurrentDescriptor);
|
||||
static uint8_t DCOMP_Audio_Host_NextAudioControlInterface(void* CurrentDescriptor);
|
||||
static uint8_t DCOMP_Audio_Host_NextAudioStreamInterface(void* CurrentDescriptor);
|
||||
static uint8_t DCOMP_Audio_Host_NextAudioInterfaceDataEndpoint(void* CurrentDescriptor);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue