Spell check source code, fix mistakes.
This commit is contained in:
parent
544027da18
commit
3808f5c36d
41 changed files with 63 additions and 63 deletions
|
@ -181,7 +181,7 @@ void EVENT_USB_Device_ControlRequest(void)
|
|||
/** Processes a given Keyboard LED report from the host, and sets the board LEDs to match. Since the Keyboard
|
||||
* LED report can be sent through either the control endpoint (via a HID SetReport request) or the HID OUT
|
||||
* endpoint, the processing code is placed here to avoid duplicating it and potentially having different
|
||||
* behaviour depending on the method used to sent it.
|
||||
* behavior depending on the method used to sent it.
|
||||
*/
|
||||
void Keyboard_ProcessLEDReport(const uint8_t LEDStatus)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue