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 Subscription interface for CAN controller drivers.
|
||||
*/
|
||||
#ifndef STA_CAN_SUBSCRIBABLE_HPP
|
||||
#define STA_CAN_SUBSCRIBABLE_HPP
|
||||
#ifndef STA_CORE_CAN_SUBSCRIBABLE_HPP
|
||||
#define STA_CORE_CAN_SUBSCRIBABLE_HPP
|
||||
|
||||
#include <sta/can/filter.hpp>
|
||||
#include <sta/can/headers.hpp>
|
||||
@@ -101,4 +101,4 @@ namespace sta
|
||||
#include <sta/can/subscribable.tpp>
|
||||
|
||||
|
||||
#endif // STA_CAN_SUBSCRIBABLE_HPP
|
||||
#endif // STA_CORE_CAN_SUBSCRIBABLE_HPP
|
||||
|
||||
Reference in New Issue
Block a user