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:
László Monda
2017-11-09 01:49:32 +01:00
parent c83e331c37
commit 0421c2f339

View File

@@ -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;