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:
@@ -13,8 +13,8 @@
|
||||
* the default internal linkage of const namespace variables
|
||||
* will cause undefined reference errors otherwise.
|
||||
*/
|
||||
#ifndef STA_DEBUG_SERIAL_HPP
|
||||
#define STA_DEBUG_SERIAL_HPP
|
||||
#ifndef STA_CORE_DEBUG_SERIAL_HPP
|
||||
#define STA_CORE_DEBUG_SERIAL_HPP
|
||||
|
||||
/**
|
||||
* @defgroup staCoreDebug Debug Serial
|
||||
@@ -105,4 +105,4 @@ namespace sta
|
||||
#endif // !STA_DEBUG_SERIAL_ENABLE
|
||||
|
||||
|
||||
#endif // STA_DEBUG_SERIAL_HPP
|
||||
#endif // STA_CORE_DEBUG_SERIAL_HPP
|
||||
|
||||
Reference in New Issue
Block a user