mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user