mirror of https://github.com/ARMmbed/mbed-os.git
Deprecate the Greentea metrics API
Add the deprecated macro to where the Greentea metrics API is declared. Fixes #14790pull/14914/head
parent
7095dc79fa
commit
e8bd2fb530
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "platform/mbed_toolchain.h"
|
||||||
|
|
||||||
/** \addtogroup frameworks */
|
/** \addtogroup frameworks */
|
||||||
/** @{*/
|
/** @{*/
|
||||||
|
|
@ -7,11 +8,13 @@
|
||||||
/**
|
/**
|
||||||
* Setup platform specific metrics
|
* Setup platform specific metrics
|
||||||
*/
|
*/
|
||||||
|
MBED_DEPRECATED_SINCE("mbed-os-6.14", "Greentea metrics API are deprecated")
|
||||||
void greentea_metrics_setup(void);
|
void greentea_metrics_setup(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Report and cleanup platform specifc metrics
|
* Report and cleanup platform specifc metrics
|
||||||
*/
|
*/
|
||||||
|
MBED_DEPRECATED_SINCE("mbed-os-6.14", "Greentea metrics API are deprecated")
|
||||||
void greentea_metrics_report(void);
|
void greentea_metrics_report(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue