Save flash by defining underlying type and omitting number value.

This commit is contained in:
Marek Bel 2019-02-12 21:53:11 +01:00
parent 3379fb4866
commit e1216934ef
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@
namespace
{
enum class S
enum class S : uint_least8_t
{
WaitStealthMode = -5,
WaitStealthMode,
GetFindaInit,
GetBuildNr,
GetVersion,