projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor documentation enhancements.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
MIDIHost
/
MIDIHost.c
diff --git
a/Demos/Host/LowLevel/MIDIHost/MIDIHost.c
b/Demos/Host/LowLevel/MIDIHost/MIDIHost.c
index
f518550
..
7725f5d
100644
(file)
--- a/
Demos/Host/LowLevel/MIDIHost/MIDIHost.c
+++ b/
Demos/Host/LowLevel/MIDIHost/MIDIHost.c
@@
-175,7
+175,7
@@
void MIDI_Host_Task(void)
USB_HostState = HOST_STATE_Configured;
break;
case HOST_STATE_Configured:
USB_HostState = HOST_STATE_Configured;
break;
case HOST_STATE_Configured:
- Pipe_SelectPipe(MIDI_DATA
PIPE_IN
);
+ Pipe_SelectPipe(MIDI_DATA
_IN_PIPE
);
if (Pipe_IsINReceived())
{
if (Pipe_IsINReceived())
{
@@
-196,7
+196,7
@@
void MIDI_Host_Task(void)
Pipe_ClearIN();
}
Pipe_ClearIN();
}
- Pipe_SelectPipe(MIDI_DATA
PIPE_OUT
);
+ Pipe_SelectPipe(MIDI_DATA
_OUT_PIPE
);
static uint8_t PrevJoystickStatus;
static uint8_t PrevJoystickStatus;