mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-10 01:55:59 +00:00
Removed preliminary debug implementation
This commit is contained in:
parent
067a48c309
commit
3900c7ba77
@ -1,28 +0,0 @@
|
||||
/*
|
||||
* debug.hpp
|
||||
*
|
||||
* Created on: Oct 15, 2023
|
||||
* Author: Dario
|
||||
*/
|
||||
|
||||
#ifndef RTOS2_UTILS_INCLUDE_STA_RTOS_DEBUG_HPP_
|
||||
#define RTOS2_UTILS_INCLUDE_STA_RTOS_DEBUG_HPP_
|
||||
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_DEBUGGING_ENABLED
|
||||
|
||||
# define STA_DEBUG_THREADS() \
|
||||
{ \
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#else // !STA_DEBUGGING_ENABLED
|
||||
|
||||
# define STA_DEBUG_THREADS() ((void)0)
|
||||
|
||||
|
||||
#endif // STA_DEBUGGING_ENABLED
|
||||
|
||||
#endif /* RTOS2_UTILS_INCLUDE_STA_RTOS_DEBUG_HPP_ */
|
Loading…
x
Reference in New Issue
Block a user