mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
Add MCU config for STM32F413xG family
This commit is contained in:
parent
48976fff88
commit
c9a766232b
16
include/sta/mcu/STM32F413xG.hpp
Normal file
16
include/sta/mcu/STM32F413xG.hpp
Normal 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
|
Loading…
x
Reference in New Issue
Block a user