MeatPack followup - unused command (#20893)

This commit is contained in:
ellensp
2021-01-28 20:46:17 +13:00
committed by GitHub
parent 811bb7997c
commit 11b407045a
2 changed files with 0 additions and 2 deletions

View File

@@ -64,7 +64,6 @@
*/
enum MeatPack_Command : uint8_t {
MPCommand_None = 0,
MPCommand_TogglePacking = 0xFD,
MPCommand_EnablePacking = 0xFB,
MPCommand_DisablePacking = 0xFA,
MPCommand_ResetAll = 0xF9,