ble

Dependencies:   HC_SR04_Ultrasonic_Library Servo mbed

Fork of FIP_REV1 by Robotique FIP

BlueNRG_F4_BSP/inc/debug.h

Committer:
julientiron
Date:
2015-05-19
Revision:
0:3d641e170a74

File content as of revision 0:3d641e170a74:

/******************************************************************************
 * Includes
 *****************************************************************************/
#include <string.h>

//#define DEBUG

#ifdef DEBUG
#include <stdio.h>
#define PRINTF(...) printf(__VA_ARGS__)
#else
#define PRINTF(...)
#endif