aboutsummaryrefslogtreecommitdiff
path: root/cc3200/util/random.c
diff options
context:
space:
mode:
authorDaniel Campora2015-05-23 20:52:42 +0200
committerDaniel Campora2015-05-24 11:44:08 +0200
commit3cb804de26eda34ad24d52b6c98fa43e51bd027a (patch)
tree8a0a16b60b7d89f363ab26325f084b304a30dc6e /cc3200/util/random.c
parent9f8c5456befbf33cf8e02de99b6b9f5a417f006a (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/util/random.c')
-rw-r--r--cc3200/util/random.c3
1 files changed, 2 insertions, 1 deletions
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 <stdint.h>
#include <stdbool.h>
+#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"