Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7d31e3c authored by Mike J. Chen's avatar Mike J. Chen
Browse files

Fix missing initializer warning



Change-Id: Id578a65e05a4ec0416940efdb4de2c758ca90206
Signed-off-by: default avatarMike J. Chen <mjchen@google.com>
parent 007b5ee6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -488,6 +488,8 @@ const tBTA_DM_EIR_CONF bta_dm_eir_cfg =
    NULL,   /* flags for EIR */
    0,      /* length of manufacturer specific in bytes */
    NULL,   /* manufacturer specific */
    0,      /* length of additional data in bytes */
    NULL    /* additional data */
};
tBTA_DM_EIR_CONF *p_bta_dm_eir_cfg = (tBTA_DM_EIR_CONF*)&bta_dm_eir_cfg;
#endif