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
2 changed files with 2 additions and 2 deletions

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
*/
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