Project

General

Profile

Statistics
| Revision:

root / branches / autonomous_recharging / code / projects / autonomous_recharging / dragonfly / recharge_defs.h @ 105

History | View | Annotate | Download (222 Bytes)

1 105 bcoltin
#define RECHARGE_DEBUG
2
3
#ifdef RECHARGE_DEBUG
4
#define RECHARGE_DEBUG_PRINT( s ) usb_puts( s )
5
#define RECHARGE_DEBUG_PUTI( i ) usb_puti( i )
6
#else
7
#define RECHARGE_DEBUG_PRINT( s )
8
#define RECHARGE_DEBUG_PUTI( i )
9
#endif