Skip to content

Commit df9dfb6

Browse files
committed
Deprecate the Greentea metrics API
Add the deprecated macro to where the Greentea metrics API is declared. Fixes #14790
1 parent 091cd9c commit df9dfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
/**
2727
* Setup platform specific metrics
2828
*/
29-
MBED_DEPRECATED_SINCE("mbed-os-6.13", "Greentea metrics API are deprecated")
29+
MBED_DEPRECATED_SINCE("mbed-os-6.14", "Greentea metrics API are deprecated")
3030
void greentea_metrics_setup(void);
3131

3232
/**
3333
* Report and cleanup platform specifc metrics
3434
*/
35-
MBED_DEPRECATED_SINCE("mbed-os-6.13", "Greentea metrics API are deprecated")
35+
MBED_DEPRECATED_SINCE("mbed-os-6.14", "Greentea metrics API are deprecated")
3636
void greentea_metrics_report(void);
3737

3838
#endif

0 commit comments

Comments
 (0)