stub radio HAL: fix default antenna connected state for FM.

Bug: 33583729
Change-Id: Ifbd2c95ab34a8faa7d31f4a1b2f28c6d7df38766

Test: build and run broadcast radio VTS
This commit is contained in:
Eric Laurent 2016-12-13 14:20:26 -08:00
parent 67e82dfbab
commit de8e013f54

View file

@ -47,7 +47,7 @@ static const radio_hal_properties_t hw_properties = {
.bands = {
{
.type = RADIO_BAND_FM,
.antenna_connected = false,
.antenna_connected = true,
.lower_limit = 87900,
.upper_limit = 107900,
.num_spacings = 1,