Project

General

Profile

Revision 159

Added by Jason knichel over 16 years ago

added the ifndef header protection to the header files

View differences:

xbee.h
10 10
 * @author Brian Coltin, Colony Project, CMU Robotics Club
11 11
 **/
12 12

  
13
#ifndef XBEE_H
14
#define XBEE_H
15

  
13 16
/**
14 17
 * The port to use the XBee from on the computer.
15 18
 * Also, a backup port if the other is used.
......
70 73

  
71 74
/**@}**/ //end defgroup
72 75

  
76
#endif

Also available in: Unified diff