further picotcp api coverage

This commit is contained in:
Joseph Henry
2016-10-18 09:38:15 -07:00
parent 4c34494bfb
commit 5ec6fcd448
6 changed files with 235 additions and 134 deletions

View File

@@ -52,6 +52,9 @@
#include "SDK_pico.hpp"
#include "SDK_jip.hpp"
#include "pico_protocol.h"
// lwIP structs
struct tcp_pcb;
struct udp_pcb;