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>
pull/9938/head
Damien George 2022-11-11 15:43:53 +11:00
rodzic ec12cc5ba6
commit 2f05653673
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)