Skip to content

Commit 3611c1d

Browse files
committed
drivers/cc3100: Remove dependence on debug.h.
1 parent 92ea99a commit 3611c1d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

cc3200/bootmgr/main.c

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
#include "hash.h"
4949
#include "utils.h"
5050
#include "cc3200_hal.h"
51+
#include "debug.h"
5152

5253

5354
//*****************************************************************************

cc3200/util/random.c

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include "modwlan.h"
3737
#include "py/obj.h"
3838
#include "random.h"
39+
#include "debug.h"
3940

4041

4142
/******************************************************************************

drivers/cc3100/inc/trace.h

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838

3939
#include "simplelink.h"
40-
#include "debug.h"
4140

4241
#ifndef __SIMPLELINK_TRACE_H__
4342
#define __SIMPLELINK_TRACE_H__

0 commit comments

Comments
 (0)