mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-29 05:17:33 +00:00
Cleanup doxygen
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <sta/assert.hpp>
|
||||
#ifdef STA_ASSERT_ENABLE
|
||||
#ifdef STA_ASSERT_ENABLED
|
||||
|
||||
#include <sta/debug_serial.hpp>
|
||||
#include <sta/lang.hpp>
|
||||
@@ -27,4 +27,4 @@ namespace sta
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_ASSERT_ENABLE
|
||||
#endif // STA_ASSERT_ENABLED
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include <sta/atomic/mutex.hpp>
|
||||
#ifdef STA_ATOMIC_ENABLE
|
||||
#ifdef STA_ATOMIC_ENABLED
|
||||
|
||||
|
||||
namespace sta
|
||||
@@ -20,4 +20,4 @@ namespace sta
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_ATOMIC_ENABLE
|
||||
#endif // STA_ATOMIC_ENABLED
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include <sta/atomic/signal.hpp>
|
||||
#ifdef STA_ATOMIC_ENABLE
|
||||
#ifdef STA_ATOMIC_ENABLED
|
||||
|
||||
|
||||
namespace sta
|
||||
@@ -30,4 +30,4 @@ namespace sta
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_ATOMIC_ENABLE
|
||||
#endif // STA_ATOMIC_ENABLED
|
||||
|
@@ -3,7 +3,13 @@
|
||||
#include <sta/assert.hpp>
|
||||
|
||||
#ifdef STA_STM32_DELAY_US_TIM
|
||||
|
||||
#ifndef HAL_TIM_MODULE_ENABLED
|
||||
# error "STM32 HAL TIM module not enabled!"
|
||||
#endif // HAL_TIM_MODULE_ENABLED
|
||||
|
||||
#include <tim.h>
|
||||
|
||||
#endif // STA_STM32_DELAY_US_TIM
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user