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:
parent
613e716e11
commit
04e66dab53
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue