Swap SlaveCommand_RequestKeyStates and SlaveCommand_JumpToBootloader, thereby making SlaveCommand_JumpToBootloader the lower number because it's more basic and shouldn't change in the future.
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SlaveCommand_RequestProperty,
|
SlaveCommand_RequestProperty,
|
||||||
SlaveCommand_RequestKeyStates,
|
|
||||||
SlaveCommand_JumpToBootloader,
|
SlaveCommand_JumpToBootloader,
|
||||||
|
SlaveCommand_RequestKeyStates,
|
||||||
SlaveCommand_SetTestLed,
|
SlaveCommand_SetTestLed,
|
||||||
SlaveCommand_SetLedPwmBrightness,
|
SlaveCommand_SetLedPwmBrightness,
|
||||||
} slave_command_t;
|
} slave_command_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user