Skip to content

Commit e4a097f

Browse files
committed
BLE: Imrpove deprecated.h documentation.
1 parent 7f22d25 commit e4a097f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

features/FEATURE_BLE/ble/deprecate.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifndef __DEPRECATE_H__
18-
#define __DEPRECATE_H__
17+
#ifndef MBED_BLE_DEPRECATE_H__
18+
#define MBED_BLE_DEPRECATE_H__
1919

2020
#ifdef YOTTA_CFG_MBED_OS
2121
#include "compiler-polyfill/attributes.h"
2222
#else
23+
/**
24+
* Deprecated, use MBED_DEPRECATED instead.
25+
*/
2326
#define __deprecated_message(msg)
2427
#endif
2528

0 commit comments

Comments
 (0)