I named one pin aLoadcell- and another aLoadcell+ in STM32CubeMx (v6.6.1). They both got the same C #define in the code, as both the '-' and the '+' were replaced by a '_'.#define aLoadCell__Pin GPIO_PIN_2
#define aLoadCell__GPIO_Port GPIOC
#define ...