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:
@@ -1,8 +1,8 @@
|
||||
#ifndef STA_STM32_HAL_HPP
|
||||
#define STA_STM32_HAL_HPP
|
||||
#ifndef STA_CORE_STM32_HAL_HPP
|
||||
#define STA_CORE_STM32_HAL_HPP
|
||||
|
||||
// Include STM32 HAL headers
|
||||
#include <main.h>
|
||||
|
||||
|
||||
#endif // STA_STM32_HAL_HPP
|
||||
#endif // STA_CORE_STM32_HAL_HPP
|
||||
|
||||
Reference in New Issue
Block a user