Rename TPMS clock recovery, packet builders for accuracy.

This commit is contained in:
Jared Boone 2016-05-17 11:11:30 -07:00
parent 65d2f263f2
commit ad554b28b5
4 changed files with 12 additions and 11 deletions

View file

@ -39,7 +39,7 @@ namespace tpms {
enum SignalType : uint32_t {
FLM = 1,
Subaru = 2,
Schrader = 2,
GMC = 3,
};
@ -71,7 +71,7 @@ public:
FLM_64 = 1,
FLM_72 = 2,
FLM_80 = 3,
SUB_35 = 4,
Schrader = 4,
GMC_96 = 5,
};