Add MCU config for STM32F413xG family

This commit is contained in:
Henrik Stickann 2022-05-01 17:15:40 +02:00
parent 48976fff88
commit c9a766232b

View File

@ -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 <sta/mcu/stm32base.hpp>
#endif // STA_MCU_STM32F413xG_HPP