mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 07:10:43 -04:00
Fix for warning: narrowing conversion
This commit is contained in:
parent
d617618dcd
commit
f804d7997c
2 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ namespace tpms {
|
|||
|
||||
using Flags = uint8_t;
|
||||
|
||||
enum SignalType : uint32_t {
|
||||
enum SignalType {
|
||||
FSK_19k2_Schrader = 1,
|
||||
OOK_8k192_Schrader = 2,
|
||||
OOK_8k4_Schrader = 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue