mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-12-18 01:08:03 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* @file
|
||||
* @brief UART interface definition.
|
||||
*/
|
||||
#ifndef STA_INTF_UART_HPP
|
||||
#define STA_INTF_UART_HPP
|
||||
#ifndef STA_CORE_UART_HPP
|
||||
#define STA_CORE_UART_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
@@ -47,4 +47,4 @@ namespace sta
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_INTF_UART_HPP
|
||||
#endif // STA_CORE_UART_HPP
|
||||
|
||||
Reference in New Issue
Block a user