summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-02-21 22:04:07 +0000
committerDamien George <damien.p.george@gmail.com>2015-02-21 22:04:07 +0000
commit3611c1de14cd26a9737a494017b90a7076132c04 (patch)
treed13f9a252ccaccbca89c2d17304e8194600843d9
parent92ea99a0fb28ecfdf81f9af9456fa2b423d498cd (diff)
drivers/cc3100: Remove dependence on debug.h.
-rw-r--r--cc3200/bootmgr/main.c1
-rw-r--r--cc3200/util/random.c1
-rw-r--r--drivers/cc3100/inc/trace.h1
3 files changed, 2 insertions, 1 deletions
diff --git a/cc3200/bootmgr/main.c b/cc3200/bootmgr/main.c
index a84302b39..bb584737f 100644
--- a/cc3200/bootmgr/main.c
+++ b/cc3200/bootmgr/main.c
@@ -48,6 +48,7 @@
#include "hash.h"
#include "utils.h"
#include "cc3200_hal.h"
+#include "debug.h"
//*****************************************************************************
diff --git a/cc3200/util/random.c b/cc3200/util/random.c
index be6400def..872b05dbb 100644
--- a/cc3200/util/random.c
+++ b/cc3200/util/random.c
@@ -36,6 +36,7 @@
#include "modwlan.h"
#include "py/obj.h"
#include "random.h"
+#include "debug.h"
/******************************************************************************
diff --git a/drivers/cc3100/inc/trace.h b/drivers/cc3100/inc/trace.h
index 9e5ac519c..1f79887a4 100644
--- a/drivers/cc3100/inc/trace.h
+++ b/drivers/cc3100/inc/trace.h
@@ -37,7 +37,6 @@
#include "simplelink.h"
-#include "debug.h"
#ifndef __SIMPLELINK_TRACE_H__
#define __SIMPLELINK_TRACE_H__