sta-core/include/sta/mcu/STM32F413xG.hpp
2022-05-01 17:15:40 +02:00

17 lines
271 B
C++

/**
* @brief Configuration for STM32F413xG family.
*/
#ifndef STA_MCU_STM32F413xG_HPP
#define STA_MCU_STM32F413xG_HPP
#ifndef STM32F413xG
# error "MCU config incompatible"
#endif // !STM32F413xG
#include <sta/mcu/stm32base.hpp>
#endif // STA_MCU_STM32F413xG_HPP