X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/fb3fcb968ea70f8b5c6d8f7edde65745e49628f2..6933f2e1a543b066ebe734bd126a7ff2f1c2777f:/Demos/Device/GenericHID/GenericHID.c diff --git a/Demos/Device/GenericHID/GenericHID.c b/Demos/Device/GenericHID/GenericHID.c index cacbdc55c..2d9869982 100644 --- a/Demos/Device/GenericHID/GenericHID.c +++ b/Demos/Device/GenericHID/GenericHID.c @@ -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 */