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