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:
@@ -2,8 +2,8 @@
|
||||
* @file
|
||||
* @brief Implementations for SpiInterface and SpiDevice using STM32 HAL.
|
||||
*/
|
||||
#ifndef STA_STM32_SPI_HPP
|
||||
#define STA_STM32_SPI_HPP
|
||||
#ifndef STA_CORE_STM32_SPI_HPP
|
||||
#define STA_CORE_STM32_SPI_HPP
|
||||
|
||||
/**
|
||||
* @defgroup stm32SPI SPI
|
||||
@@ -130,4 +130,4 @@ namespace sta
|
||||
|
||||
#endif // STA_STM32_SPI_ENABLE
|
||||
|
||||
#endif // STA_STM32_SPI_HPP
|
||||
#endif // STA_CORE_STM32_SPI_HPP
|
||||
|
||||
Reference in New Issue
Block a user