Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (265 Bytes)

1
//#define RECHARGE_DEBUG
2

    
3
#define WL_BATTERY_REQUEST 11
4
#ifdef RECHARGE_DEBUG
5
#define RECHARGE_DEBUG_PRINT( s ) usb_puts( s )
6
#define RECHARGE_DEBUG_PUTI( i ) usb_puti( i )
7
#else
8
#define RECHARGE_DEBUG_PRINT( s )
9
#define RECHARGE_DEBUG_PUTI( i )
10
#endif
11