summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/stm32/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/system.c b/chip/stm32/system.c
index 58b77fba92..4b0dada71d 100644
--- a/chip/stm32/system.c
+++ b/chip/stm32/system.c
@@ -79,7 +79,7 @@ enum bkpdata_index {
BUILD_ASSERT(STM32_BKP_ENTRIES >= BKPDATA_COUNT);
#ifdef CONFIG_USB_PD_DUAL_ROLE
-BUILD_ASSERT(CONFIG_USB_PD_PORT_MAX_COUNT <= 2);
+BUILD_ASSERT(CONFIG_USB_PD_PORT_MAX_COUNT <= 3);
#endif
/**