projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More RFCOMM layer additions - begin to add multiplexer channel state variables.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
MIDI.h
diff --git
a/LUFA/Drivers/USB/Class/Host/MIDI.h
b/LUFA/Drivers/USB/Class/Host/MIDI.h
index
f1693af
..
f789870
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/MIDI.h
+++ b/
LUFA/Drivers/USB/Class/Host/MIDI.h
@@
-150,7
+150,7
@@
*
* \return A value from the \ref Pipe_WaitUntilReady_ErrorCodes_t enum
*/
*
* \return A value from the \ref Pipe_WaitUntilReady_ErrorCodes_t enum
*/
- uint8_t MIDI_Host_Flush(USB_ClassInfo_MIDI_Host_t* const MIDIInterfaceInfo);
+ uint8_t MIDI_Host_Flush(USB_ClassInfo_MIDI_Host_t* const MIDIInterfaceInfo)
ATTR_NON_NULL_PTR_ARG(1)
;
/** Receives a MIDI event packet from the device.
*
/** Receives a MIDI event packet from the device.
*
@@
-171,7
+171,7
@@
*
* \param[in,out] MIDIInterfaceInfo Pointer to a structure containing an MIDI Class host configuration and state
*/
*
* \param[in,out] MIDIInterfaceInfo Pointer to a structure containing an MIDI Class host configuration and state
*/
- static inline void MIDI_Host_USBTask(USB_ClassInfo_MIDI_Host_t* const MIDIInterfaceInfo);
+ static inline void MIDI_Host_USBTask(USB_ClassInfo_MIDI_Host_t* const MIDIInterfaceInfo)
ATTR_NON_NULL_PTR_ARG(1)
;
static inline void MIDI_Host_USBTask(USB_ClassInfo_MIDI_Host_t* const MIDIInterfaceInfo)
{
(void)MIDIInterfaceInfo;
static inline void MIDI_Host_USBTask(USB_ClassInfo_MIDI_Host_t* const MIDIInterfaceInfo)
{
(void)MIDIInterfaceInfo;