mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-29 05:17:33 +00:00
Move STM32 related code to sta-stm32-core repo
This commit is contained in:
16
include/sta/stm32/mcu/STM32F413xx.hpp
Normal file
16
include/sta/stm32/mcu/STM32F413xx.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @brief Configuration for STM32F413xx family.
|
||||
*/
|
||||
#ifndef STA_STM32_MCU_STM32F413xx_HPP
|
||||
#define STA_STM32_MCU_STM32F413xx_HPP
|
||||
|
||||
|
||||
#ifndef STM32F413xx
|
||||
# error "MCU config incompatible"
|
||||
#endif // !STM32F413xx
|
||||
|
||||
|
||||
#include <sta/stm32/mcu/common.hpp>
|
||||
|
||||
|
||||
#endif // STA_STM32_MCU_STM32F413xx_HPP
|
Reference in New Issue
Block a user