Rearrange slave_command_t enum values a bit to reflect their relative importance and rearrange a related case block too.

This commit is contained in:
László Monda
2017-10-01 22:21:00 +02:00
parent 858586ef2a
commit 724d72132a
2 changed files with 4 additions and 4 deletions

View File

@@ -12,9 +12,9 @@
typedef enum {
SlaveCommand_RequestProperty,
SlaveCommand_RequestKeyStates,
SlaveCommand_JumpToBootloader,
SlaveCommand_SetTestLed,
SlaveCommand_SetLedPwmBrightness,
SlaveCommand_JumpToBootloader,
} slave_command_t;
typedef enum {