diff --git a/include/sta/mcu/STM32F413xG.hpp b/include/sta/mcu/STM32F413xG.hpp deleted file mode 100644 index a13752a..0000000 --- a/include/sta/mcu/STM32F413xG.hpp +++ /dev/null @@ -1,16 +0,0 @@ -/** - * @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 diff --git a/include/sta/mcu/STM32F413xx.hpp b/include/sta/mcu/STM32F413xx.hpp new file mode 100644 index 0000000..d393c5d --- /dev/null +++ b/include/sta/mcu/STM32F413xx.hpp @@ -0,0 +1,16 @@ +/** + * @brief Configuration for STM32F413xx family. + */ +#ifndef STA_MCU_STM32F413xx_HPP +#define STA_MCU_STM32F413xx_HPP + + +#ifndef STM32F413xx +# error "MCU config incompatible" +#endif // !STM32F413xx + + +#include + + +#endif // STA_MCU_STM32F413xx_HPP