projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
All comments in the library, bootloaders, demos and projects have now been spell...
[pub/lufa.git]
/
Demos
/
Device
/
GenericHID
/
GenericHID.c
diff --git
a/Demos/Device/GenericHID/GenericHID.c
b/Demos/Device/GenericHID/GenericHID.c
index
cacbdc5
..
2d98699
100644
(file)
--- a/
Demos/Device/GenericHID/GenericHID.c
+++ b/
Demos/Device/GenericHID/GenericHID.c
@@
-268,7
+268,7
@@
TASK(USB_HID_Report)
\r
if (Endpoint_ReadWriteAllowed())
\r
{
\r
\r
if (Endpoint_ReadWriteAllowed())
\r
{
\r
- /* Create a tempoary buffer to hold the read in report from the host */
\r
+ /* Create a tempo
r
ary buffer to hold the read in report from the host */
\r
uint8_t GenericData[GENERIC_REPORT_SIZE];
\r
\r
/* Read Generic Report Data */
\r
uint8_t GenericData[GENERIC_REPORT_SIZE];
\r
\r
/* Read Generic Report Data */
\r
@@
-285,7
+285,7
@@
TASK(USB_HID_Report)
\r
if (Endpoint_ReadWriteAllowed())
\r
{
\r
\r
if (Endpoint_ReadWriteAllowed())
\r
{
\r
- /* Create a tempoary buffer to hold the report to send to the host */
\r
+ /* Create a tempo
r
ary buffer to hold the report to send to the host */
\r
uint8_t GenericData[GENERIC_REPORT_SIZE];
\r
\r
/* Create Generic Report Data */
\r
uint8_t GenericData[GENERIC_REPORT_SIZE];
\r
\r
/* Create Generic Report Data */
\r