Nimble: Fixed compilation error for esp32c2 and esp32h2 when os_mbuf_free is called.

This commit is contained in:
Isha Pardikar
2022-07-13 16:44:21 +05:30
committed by Rahul Tank
parent 27d096fb63
commit 183100fc28
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