projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix newly renamed VirtualSerial demos' include filename references so that they compile.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
MouseHost
/
MouseHost.h
diff --git
a/Demos/Host/LowLevel/MouseHost/MouseHost.h
b/Demos/Host/LowLevel/MouseHost/MouseHost.h
index
4a38382
..
6a31c65
100644
(file)
--- a/
Demos/Host/LowLevel/MouseHost/MouseHost.h
+++ b/
Demos/Host/LowLevel/MouseHost/MouseHost.h
@@
-79,7
+79,7
@@
int8_t X; /**< Current delta X movement of the mouse */
\r
int8_t Y; /**< Current delta Y movement on the mouse */
\r
} USB_MouseReport_Data_t;
\r
-
\r
+
\r
/* Function Prototypes: */
\r
void Mouse_HID_Task(void);
\r
void SetupHardware(void);
\r