X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ece9e3d5991dd481fc36baf799a1a85d14b88251..557a945ba1851bc8d1669bd034464047f50b6691:/Demos/Device/GenericHID/GenericHID.c?ds=sidebyside 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 */