Save flash by defining underlying type and omitting number value.
This commit is contained in:
parent
3379fb4866
commit
e1216934ef
|
|
@ -32,9 +32,9 @@
|
|||
|
||||
namespace
|
||||
{
|
||||
enum class S
|
||||
enum class S : uint_least8_t
|
||||
{
|
||||
WaitStealthMode = -5,
|
||||
WaitStealthMode,
|
||||
GetFindaInit,
|
||||
GetBuildNr,
|
||||
GetVersion,
|
||||
|
|
|
|||
Loading…
Reference in New Issue