shared/netutils: Add "py/obj.h" header include.
So this header can be included by itself. Signed-off-by: Damien George <damien.p.george@gmail.com>
This commit is contained in:
parent
ec12cc5ba6
commit
2f05653673
|
@ -27,6 +27,8 @@
|
|||
#ifndef MICROPY_INCLUDED_LIB_NETUTILS_NETUTILS_H
|
||||
#define MICROPY_INCLUDED_LIB_NETUTILS_NETUTILS_H
|
||||
|
||||
#include "py/obj.h"
|
||||
|
||||
#define NETUTILS_IPV4ADDR_BUFSIZE 4
|
||||
|
||||
#define NETUTILS_TRACE_IS_TX (0x0001)
|
||||
|
|
Loading…
Reference in New Issue