Project

General

Profile

Revision 325

Disabled debugging mode by default.

View differences:

trunk/code/projects/libwireless/lib/wl_defs.h
40 40
//#define ROBOT
41 41

  
42 42
//uncomment this line for debug information
43
#define WL_DEBUG
43
//#define WL_DEBUG
44 44

  
45 45
// Packet Groups and Types
46 46

  
trunk/code/projects/libwireless/lib/xbee.h
43 43
 * Also, a backup port if the other is used.
44 44
 **/
45 45
#ifndef ROBOT
46
<<<<<<< .mine
47
#ifndef XBEE_PORT
48
#define XBEE_PORT "/dev/ttyUSB0"
49
=======
46 50
#define XBEE_PORT_DEFAULT "/dev/ttyUSB1"
51
>>>>>>> .r324
47 52
#endif
48 53

  
49 54
/**

Also available in: Unified diff