Skip to content
Snippets Groups Projects
Commit cff0f808 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "FMStats: Update SINR value to fm data file for cherokee" into fm.lnx.2.1-dev

parents 2b1781ca 1b0c6d52
No related branches found
No related tags found
No related merge requests found
......@@ -2982,7 +2982,7 @@ public class FMStats extends Activity {
tempStr.append(String.format("%10s", aRes.getIntDet()));
}
if(isTransportLayerSMD() || isRomeChip())
if(isTransportLayerSMD() || isRomeChip() || isCherokeeChip())
{
tempStr.append(String.format("%10s", aRes.getSINR()));
} else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment