Details
Description
When the FCV check for this feature was first introduced, it was done as an equality check:
if (currentFCV == fcv47Constant) {...} |
This will cause problems when the 4.8 FCV constants are introduced. We should fix this and make the FCV checks compliant with the new FCV check style guide.