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