/** * @brief Configuration for STM32F413xG family. */ #ifndef STA_MCU_STM32F413xG_HPP #define STA_MCU_STM32F413xG_HPP #ifndef STM32F413xG # error "MCU config incompatible" #endif // !STM32F413xG #include #endif // STA_MCU_STM32F413xG_HPP