Add RF amp field to TPMS, capture modes.

This commit is contained in:
Jared Boone 2016-06-06 10:34:39 -07:00
parent 9190fe7e4f
commit 0da48b099c
4 changed files with 11 additions and 1 deletions

View file

@ -129,6 +129,10 @@ private:
{ 21 * 8, 5, 6 * 8, 4 },
};
RFAmpField field_rf_amp {
{ 13 * 8, 0 * 16 }
};
LNAGainField field_lna {
{ 15 * 8, 0 * 16 }
};