soc: stm32: STM32WB: Remove useless package digit

Fixes #16733, applied to STM32WB series.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-06-17 12:11:30 +02:00 committed by Anas Nashif
commit b20f288a2b
4 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32WB55XG
if SOC_STM32WB55XX
config SOC
string
@ -15,4 +15,4 @@ config NUM_IRQS
int
default 63
endif # SOC_STM32WB55XG
endif # SOC_STM32WB55XX

View file

@ -9,7 +9,7 @@ choice
prompt "STM32WBx MCU Selection"
depends on SOC_SERIES_STM32WBX
config SOC_STM32WB55XG
config SOC_STM32WB55XX
bool "STM32WB55XX"
endchoice