Rename system_events to events

This commit is contained in:
Henrik Stickann
2023-01-22 00:05:51 +01:00
parent 2d516bd318
commit 6b0f4dd84b
5 changed files with 7 additions and 26 deletions

View File

@@ -2,8 +2,8 @@
* @file
* @brief Implementation of system events.
*/
#ifndef STA_RTOS_SYSTEM_SYSTEM_EVENTS_HPP
#define STA_RTOS_SYSTEM_SYSTEM_EVENTS_HPP
#ifndef STA_RTOS_SYSTEM_EVENTS_HPP
#define STA_RTOS_SYSTEM_EVENTS_HPP
/**
@@ -14,19 +14,6 @@
* Check @ref STA_RTOS_BuildConfig for configuration options.
*/
#ifdef DOXYGEN
/**
* @brief Enable module.
*
* @ingroup STA_RTOS_BuildConfig
*/
# define STA_RTOS_SYSTEM_EVENTS_ENABLE
#endif // DOXYGEN
#include <sta/config.hpp>
#ifdef STA_RTOS_SYSTEM_EVENTS_ENABLE
#include <cstdint>
@@ -92,6 +79,4 @@ namespace sta
} // namespace sta
#endif // STA_RTOS_SYSTEM_EVENTS_ENABLE
#endif // STA_RTOS_SYSTEM_SYSTEM_EVENTS_HPP
#endif // STA_RTOS_SYSTEM_EVENTS_HPP