drivers/cc3100: Remove dependence on debug.h.

stackless
Damien George 2015-02-21 22:04:07 +00:00
parent 92ea99a0fb
commit 3611c1de14
3 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@
#include "hash.h"
#include "utils.h"
#include "cc3200_hal.h"
#include "debug.h"
//*****************************************************************************

View File

@ -36,6 +36,7 @@
#include "modwlan.h"
#include "py/obj.h"
#include "random.h"
#include "debug.h"
/******************************************************************************

View File

@ -37,7 +37,6 @@
#include "simplelink.h"
#include "debug.h"
#ifndef __SIMPLELINK_TRACE_H__
#define __SIMPLELINK_TRACE_H__