Merge branch 'bugfix/os_mbuf_free_c2_h2' into 'master'

Fixed os_mbuf_free compilation error for esp32c2 and esp32h2

See merge request espressif/esp-idf!19033
This commit is contained in:
Rahul Tank 2022-07-14 23:16:59 +08:00
commit 19bea043fb
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3df0d20de86299c5b678376f5dbdaae2ded04454 Subproject commit 643226881d1ed4378ed7819a1e966176a3746936

View File

@ -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