projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2.
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
AudioOutputHost
/
AudioOutputHost.c
diff --git
a/Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.c
b/Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.c
index
fed18cb
..
98df423
100644
(file)
--- a/
Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.c
+++ b/
Demos/Host/Incomplete/AudioOutputHost/AudioOutputHost.c
@@
-218,6
+218,7
@@
void Audio_Task(void)
USB_HostState = HOST_STATE_Configured;
\r
break;
\r
case HOST_STATE_Configured:
\r
+ /* Do nothing - audio stream is handled by the timer interrupt routine */
\r
break;
\r
}
\r
}
\r