mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
This commit is contained in:
@@ -635,7 +635,7 @@ static void ProcessWriteCommand(void)
|
||||
WaitForExit = true;
|
||||
|
||||
/* Check if empty request data array - an empty request after a filled request retains the
|
||||
previous valid request data, but initialises the reset */
|
||||
previous valid request data, but initializes the reset */
|
||||
if (!(SentCommand.DataSize))
|
||||
{
|
||||
if (SentCommand.Data[1] == 0x00) // Start via watchdog
|
||||
|
||||
Reference in New Issue
Block a user