mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
19bea043fb
@ -1 +1 @@
|
||||
Subproject commit 3df0d20de86299c5b678376f5dbdaae2ded04454
|
||||
Subproject commit 643226881d1ed4378ed7819a1e966176a3746936
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user