Browse Source

drivers/cc3100: Remove dependence on debug.h.

pull/1131/head
Damien George 10 years ago
parent
commit
3611c1de14
  1. 1
      cc3200/bootmgr/main.c
  2. 1
      cc3200/util/random.c
  3. 1
      drivers/cc3100/inc/trace.h

1
cc3200/bootmgr/main.c

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

1
cc3200/util/random.c

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

1
drivers/cc3100/inc/trace.h

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

Loading…
Cancel
Save