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