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:
Jamie McCrae 2025-02-18 07:22:38 +00:00 committed by Fabio Baltieri
commit 82ec3265ad

View file

@ -76,9 +76,6 @@ enum mgmt_cb_return {
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
* @brief Function to be called on MGMT notification/event.