From 3cb804de26eda34ad24d52b6c98fa43e51bd027a Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Sat, 23 May 2015 20:52:42 +0200 Subject: 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. --- cc3200/util/random.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cc3200/util/random.c') diff --git a/cc3200/util/random.c b/cc3200/util/random.c index 872b05dbb..e9a6abcea 100644 --- a/cc3200/util/random.c +++ b/cc3200/util/random.c @@ -27,14 +27,15 @@ #include #include +#include "py/obj.h" #include "inc/hw_types.h" #include "inc/hw_ints.h" #include "inc/hw_memmap.h" #include "rom_map.h" #include "prcm.h" #include "simplelink.h" +#include "modnetwork.h" #include "modwlan.h" -#include "py/obj.h" #include "random.h" #include "debug.h" -- cgit v1.2.3