More TPMS variable/enum renaming.

This commit is contained in:
Jared Boone 2016-05-23 18:02:25 -07:00
parent 249e6ab21e
commit 38b374506e
4 changed files with 13 additions and 13 deletions

View file

@ -40,9 +40,9 @@ namespace tpms {
using Flags = uint8_t;
enum SignalType : uint32_t {
FLM = 1,
Schrader = 2,
GMC = 3,
FSK_19k2_Schrader = 1,
OOK_8k192_Schrader = 2,
OOK_8k4_Schrader = 3,
};
class TransponderID {