bluetooth: host: add nRF53 in HW variants

This commit adds a string representation of the
nRF53 variant in bluetooth host.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-08-21 09:40:21 +02:00 committed by Carles Cufí
commit 04e66dab53

View file

@ -4692,7 +4692,7 @@ static const char *vs_hw_platform(u16_t platform)
static const char *vs_hw_variant(u16_t platform, u16_t variant)
{
static const char * const nordic_str[] = {
"reserved", "nRF51x", "nRF52x"
"reserved", "nRF51x", "nRF52x", "nRF53x"
};
if (platform != BT_HCI_VS_HW_PLAT_NORDIC) {