EZR

Dependencies:   CRC16 FreescaleIAP FreescaleWatchdog GGSProtocol LM75B PIMA Parameters PersistentCircularQueue SerialNumberV2COM mbed-dev-watchdog_2016_03_04

Fork of smartRamalKW by Equipe Firmware V2COM

debug.h

Committer:
fprado
Date:
2016-06-16
Revision:
35:78614a27b9e6
Parent:
22:b66e36356dd4

File content as of revision 35:78614a27b9e6:

#ifndef DEBUG_H
#define DEBUG_H

#include "settings.h"

#ifdef DEBUG_ENABLED
#  define DEBUG(x) x
#else
#  define DEBUG(x) 
#endif

#endif