diff options
| author | Daniel Campora | 2015-05-23 20:52:42 +0200 |
|---|---|---|
| committer | Daniel Campora | 2015-05-24 11:44:08 +0200 |
| commit | 3cb804de26eda34ad24d52b6c98fa43e51bd027a (patch) | |
| tree | 8a0a16b60b7d89f363ab26325f084b304a30dc6e /cc3200/telnet | |
| parent | 9f8c5456befbf33cf8e02de99b6b9f5a417f006a (diff) | |
cc3200: Remove NIC abstraction layer.
That layer is nice, but the CC3200 doesn't need it and getting rid of
it saves ~200 bytes, which are more than welcome.
Diffstat (limited to 'cc3200/telnet')
| -rw-r--r-- | cc3200/telnet/telnet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/telnet/telnet.c b/cc3200/telnet/telnet.c index 3b77d6be0..06e45ef5f 100644 --- a/cc3200/telnet/telnet.c +++ b/cc3200/telnet/telnet.c @@ -31,6 +31,7 @@ #include "py/obj.h" #include "telnet.h" #include "simplelink.h" +#include "modnetwork.h" #include "modwlan.h" #include "modusocket.h" #include "debug.h" |
