All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected.
This commit is contained in:
parent
fb3fcb968e
commit
6933f2e1a5
95 changed files with 274 additions and 273 deletions
|
@ -268,7 +268,7 @@ TASK(USB_HID_Report)
|
|||
|
||||
if (Endpoint_ReadWriteAllowed())
|
||||
{
|
||||
/* Create a tempoary buffer to hold the read in report from the host */
|
||||
/* Create a temporary buffer to hold the read in report from the host */
|
||||
uint8_t GenericData[GENERIC_REPORT_SIZE];
|
||||
|
||||
/* Read Generic Report Data */
|
||||
|
@ -285,7 +285,7 @@ TASK(USB_HID_Report)
|
|||
|
||||
if (Endpoint_ReadWriteAllowed())
|
||||
{
|
||||
/* Create a tempoary buffer to hold the report to send to the host */
|
||||
/* Create a temporary buffer to hold the report to send to the host */
|
||||
uint8_t GenericData[GENERIC_REPORT_SIZE];
|
||||
|
||||
/* Create Generic Report Data */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue