mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-12-16 16:48:04 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* @brief Configuration for STM32F413xx family.
|
||||
*/
|
||||
#ifndef STA_STM32_MCU_STM32F413xx_HPP
|
||||
#define STA_STM32_MCU_STM32F413xx_HPP
|
||||
#ifndef STA_CORE_STM32_MCU_STM32F413xx_HPP
|
||||
#define STA_CORE_STM32_MCU_STM32F413xx_HPP
|
||||
|
||||
|
||||
#ifndef STM32F413xx
|
||||
@@ -13,4 +13,4 @@
|
||||
#include <sta/stm32/mcu/common.hpp>
|
||||
|
||||
|
||||
#endif // STA_STM32_MCU_STM32F413xx_HPP
|
||||
#endif // STA_CORE_STM32_MCU_STM32F413xx_HPP
|
||||
|
||||
Reference in New Issue
Block a user