include: zephyr: mgmt: mcumgr: callbacks: Remove deprecated macro
Removes a macro that was deprecated with Zephyr 3.4 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
1ab8b8ff45
commit
82ec3265ad
1 changed files with 0 additions and 3 deletions
|
@ -76,9 +76,6 @@ enum mgmt_cb_return {
|
||||||
MGMT_CB_ERROR_ERR,
|
MGMT_CB_ERROR_ERR,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Deprecated after Zephyr 3.4, use MGMT_CB_ERROR_ERR instead */
|
|
||||||
#define MGMT_CB_ERROR_RET __DEPRECATED_MACRO MGMT_CB_ERROR_ERR
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef mgmt_cb
|
* @typedef mgmt_cb
|
||||||
* @brief Function to be called on MGMT notification/event.
|
* @brief Function to be called on MGMT notification/event.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue