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 CAN frame ID types.
|
||||
*/
|
||||
#ifndef STA_CAN_ID_HPP
|
||||
#define STA_CAN_ID_HPP
|
||||
#ifndef STA_CORE_CAN_ID_HPP
|
||||
#define STA_CORE_CAN_ID_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@@ -115,4 +115,4 @@ namespace sta
|
||||
#define CAN_EID_MAX UINT32_C(0x3FFFF)
|
||||
|
||||
|
||||
#endif // STA_CAN_ID_HPP
|
||||
#endif // STA_CORE_CAN_ID_HPP
|
||||
|
||||
Reference in New Issue
Block a user