STM32U5 UCPD PDO Num BUGs
Board:STM32U5A9xx
I set the Number of PDO to define = 5 in the cubeide.
But after generate code, the code in usbpd_pdo_defs.h, macro:PORT0_NB_SINKPDO is still 1U.
I also checked the file usbpd_pdo_defs_u5.ftl in cubeide's location, the macro PORT0_NB_SINKPDO is a value param from cubeide indeed, but it seems not effective. Is a bug?

/* Define ------------------------------------------------------------------*/
#define PORT0_NB_SOURCEPDO 0U /* Number of Source PDOs (applicable for port 0) */
#define PORT0_NB_SINKPDO 1U /* Number of Sink PDOs (applicable for port 0) */
#define PORT1_NB_SOURCEPDO 0U /* Number of Source PDOs (applicable for port 1) */
#define PORT1_NB_SINKPDO 0U /* Number of Sink PDOs (applicable for port 1) */
