Skip to content

Commit 5cbe320

Browse files
committed
Add mbed include and compile flags around stats_report
1 parent c69903c commit 5cbe320

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stats_report.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#ifndef STATS_REPORT_H
2+
#define STATS_REPORT
3+
4+
#include "mbed.h"
5+
16
class SystemReport {
27
mbed_stats_heap_t heap_stats;
38
mbed_stats_cpu_t cpu_stats;
@@ -72,3 +77,5 @@ class SystemReport {
7277
}
7378
}
7479
};
80+
81+
#endif // STATS_REPORT_H

0 commit comments

Comments
 (0)