1 parent cc90852 commit 13aa0b5Copy full SHA for 13aa0b5
1 file changed
device/src/thread_stats.h
@@ -17,17 +17,10 @@
17
18
// Functions:
19
20
-#if DEBUG_THREAD_STATS
21
void ThreadStats_Init(void);
22
void ThreadStats_Switch(void);
23
void ThreadStats_Print(void);
24
void ThreadStats_Snap(void);
25
-#else
26
- #define ThreadStats_Init()
27
- #define ThreadStats_Switch()
28
- #define ThreadStats_Print()
29
- #define ThreadStats_Snap()
30
-#endif
31
32
#endif
33
0 commit comments