diff --git a/include/sta/mcu/STM32F413xG.hpp b/include/sta/mcu/STM32F413xG.hpp new file mode 100644 index 0000000..a13752a --- /dev/null +++ b/include/sta/mcu/STM32F413xG.hpp @@ -0,0 +1,16 @@ +/** + * @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