/** * * @brief Port specific includes go in this file * */ #ifndef __PORT_H #define __PORT_H #include "stm32f4xx_hal.h" #define led_Pin GPIO_PIN_13 #define led_GPIO_Port GPIOC #endif