USB-C PD source project won't build - 'valueNotSetted" undeclared
Hi, was wondering if anyone could suggest what the problem could be with trying to build the example USB-C PD Source application per this tutorial :
https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Getting_started_with_USB-Power_Delivery_Source
I've checked that I have worked through all the steps as instructed but build is failing with error :
/USBPD/Target/usbpd_devices_conf.h:83:58: error: 'valueNotSetted' undeclared (first use in this function)
83 | NVIC_SetPriority(valueNotSetted,2); \
Looks like I have a missing or incomplete header file. Can anyone help?

