projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed GenericHID demo not starting USB and HID management tasks when not using interr...
[pub/USBasp.git]
/
Demos
/
Device
/
Mouse
/
Mouse.c
diff --git
a/Demos/Device/Mouse/Mouse.c
b/Demos/Device/Mouse/Mouse.c
index
c429768
..
076ac5b
100644
(file)
--- a/
Demos/Device/Mouse/Mouse.c
+++ b/
Demos/Device/Mouse/Mouse.c
@@
-145,7
+145,7
@@
EVENT_HANDLER(USB_Reset)
*/
\r
EVENT_HANDLER(USB_Disconnect)
\r
{
\r
*/
\r
EVENT_HANDLER(USB_Disconnect)
\r
{
\r
- /* Stop running
keyboard
reporting and USB management tasks */
\r
+ /* Stop running
mouse
reporting and USB management tasks */
\r
#if !defined(INTERRUPT_DATA_ENDPOINT)
\r
Scheduler_SetTaskMode(USB_Mouse_Report, TASK_STOP);
\r
#endif
\r
#if !defined(INTERRUPT_DATA_ENDPOINT)
\r
Scheduler_SetTaskMode(USB_Mouse_Report, TASK_STOP);
\r
#endif
\r