mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-12-17 00:58:02 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* @file
|
||||
* @brief Wrapper for STM32 GPIO pins.
|
||||
*/
|
||||
#ifndef STA_STM32_GPIO_PIN_HPP
|
||||
#define STA_STM32_GPIO_PIN_HPP
|
||||
#ifndef STA_CORE_STM32_GPIO_PIN_HPP
|
||||
#define STA_CORE_STM32_GPIO_PIN_HPP
|
||||
|
||||
/**
|
||||
* @defgroup stm32GPIO GPIO
|
||||
@@ -105,4 +105,4 @@ namespace sta
|
||||
|
||||
#endif // STA_STM32_GPIO_ENABLE
|
||||
|
||||
#endif // STA_STM32_GPIO_PIN_HPP
|
||||
#endif // STA_CORE_STM32_GPIO_PIN_HPP
|
||||
|
||||
Reference in New Issue
Block a user