We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7095dc7 commit 824df94Copy full SHA for 824df94
features/frameworks/greentea-client/greentea-client/greentea_metrics.h
@@ -7,11 +7,13 @@
7
/**
8
* Setup platform specific metrics
9
*/
10
+MBED_DEPRECATED_SINCE("mbed-os-6.13", "Greentea metrics API are deprecated")
11
void greentea_metrics_setup(void);
12
13
14
* Report and cleanup platform specifc metrics
15
16
17
void greentea_metrics_report(void);
18
19
#endif
0 commit comments