forked from espressif/esp-idf
Nimble: Fixed compilation error for esp32c2 and esp32h2 when os_mbuf_free is called.
This commit is contained in:
committed by
Rahul Tank
parent
27d096fb63
commit
183100fc28
Submodule components/bt/host/nimble/nimble updated: 3df0d20de8...643226881d
@@ -491,7 +491,7 @@ int r_os_mbuf_appendfrom(struct os_mbuf *dst, const struct os_mbuf *src,
|
|||||||
*
|
*
|
||||||
* @return 0 on success, -1 on failure
|
* @return 0 on success, -1 on failure
|
||||||
*/
|
*/
|
||||||
int os_mbuf_free(struct os_mbuf *mb);
|
int r_os_mbuf_free(struct os_mbuf *mb);
|
||||||
#define os_mbuf_free r_os_mbuf_free
|
#define os_mbuf_free r_os_mbuf_free
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user