Skip to content

Commit 13aa0b5

Browse files
committed
Fix errors.
1 parent cc90852 commit 13aa0b5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

‎device/src/thread_stats.h‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,10 @@
1717

1818
// Functions:
1919

20-
#if DEBUG_THREAD_STATS
2120
void ThreadStats_Init(void);
2221
void ThreadStats_Switch(void);
2322
void ThreadStats_Print(void);
2423
void ThreadStats_Snap(void);
25-
#else
26-
#define ThreadStats_Init()
27-
#define ThreadStats_Switch()
28-
#define ThreadStats_Print()
29-
#define ThreadStats_Snap()
30-
#endif
3124

3225
#endif
3326

0 commit comments

Comments
 (0)