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 e8bd2fbCopy full SHA for e8bd2fb
features/frameworks/greentea-client/greentea-client/greentea_metrics.h
@@ -1,3 +1,4 @@
1
+#include "platform/mbed_toolchain.h"
2
3
/** \addtogroup frameworks */
4
/** @{*/
@@ -7,11 +8,13 @@
7
8
/**
9
* Setup platform specific metrics
10
*/
11
+MBED_DEPRECATED_SINCE("mbed-os-6.14", "Greentea metrics API are deprecated")
12
void greentea_metrics_setup(void);
13
14
15
* Report and cleanup platform specifc metrics
16
17
18
void greentea_metrics_report(void);
19
20
#endif
0 commit comments