mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-29 05:17:33 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/**
|
||||
* @brief Common configuration for STM32 MCUs
|
||||
*/
|
||||
#ifndef STA_STM32_MCU_COMMON_HPP
|
||||
#define STA_STM32_MCU_COMMON_HPP
|
||||
#ifndef STA_CORE_STM32_MCU_COMMON_HPP
|
||||
#define STA_CORE_STM32_MCU_COMMON_HPP
|
||||
|
||||
|
||||
// TODO: Are all STM32 MCUs little endian?
|
||||
#define STA_MCU_LITTLE_ENDIAN
|
||||
|
||||
|
||||
#endif // STA_STM32_MCU_COMMON_HPP
|
||||
#endif // STA_CORE_STM32_MCU_COMMON_HPP
|
||||
|
Reference in New Issue
Block a user