Skip to content

Commit 824df94

Browse files
committed
Deprecate the Greentea metrics API
Add the deprecated macro to where the Greentea metrics API is declared. Fixes #14790
1 parent 7095dc7 commit 824df94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/frameworks/greentea-client/greentea-client/greentea_metrics.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
/**
88
* Setup platform specific metrics
99
*/
10+
MBED_DEPRECATED_SINCE("mbed-os-6.13", "Greentea metrics API are deprecated")
1011
void greentea_metrics_setup(void);
1112

1213
/**
1314
* Report and cleanup platform specifc metrics
1415
*/
16+
MBED_DEPRECATED_SINCE("mbed-os-6.13", "Greentea metrics API are deprecated")
1517
void greentea_metrics_report(void);
1618

1719
#endif

0 commit comments

Comments
 (0)