mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Imrpove deprecated.h documentation.
parent
7f22d25018
commit
e4a097f4ee
|
@ -14,12 +14,15 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef __DEPRECATE_H__
|
||||
#define __DEPRECATE_H__
|
||||
#ifndef MBED_BLE_DEPRECATE_H__
|
||||
#define MBED_BLE_DEPRECATE_H__
|
||||
|
||||
#ifdef YOTTA_CFG_MBED_OS
|
||||
#include "compiler-polyfill/attributes.h"
|
||||
#else
|
||||
/**
|
||||
* Deprecated, use MBED_DEPRECATED instead.
|
||||
*/
|
||||
#define __deprecated_message(msg)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue