From 0421c2f33932829d8860224bbc884a4659d24b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 9 Nov 2017 01:49:32 +0100 Subject: [PATCH] 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. --- shared/slave_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/slave_protocol.h b/shared/slave_protocol.h index 6374bf1..14b2c2e 100644 --- a/shared/slave_protocol.h +++ b/shared/slave_protocol.h @@ -19,8 +19,8 @@ typedef enum { SlaveCommand_RequestProperty, - SlaveCommand_RequestKeyStates, SlaveCommand_JumpToBootloader, + SlaveCommand_RequestKeyStates, SlaveCommand_SetTestLed, SlaveCommand_SetLedPwmBrightness, } slave_command_t;