Ok, another noob question....I can use the following line of code in the main.c with no issues#define Green_LED_OFF HAL_GPIO_WritePin(GPIOA, GPIO_PIN_8, GPIO_PIN_RESET); // Green offBut when I want to use it in another .c file such as foo.c I get th...