Updates and additions to support driver development

This commit is contained in:
Terje Io
2021-05-27 23:46:12 +02:00
parent cad8d28ca8
commit 37a2ea9291
3 changed files with 273 additions and 14 deletions
+2 -2
View File
@@ -56,11 +56,11 @@ typedef union {
uint8_t telnet :1,
websocket :1,
http :1,
ftp :1,
dns :1,
mdns :1,
ssdp :1,
webdav :1,
unassigned :1;
webdav :1;
};
} network_services_t;