Project

General

Profile

Revision 159

Added by Jason knichel over 16 years ago

added the ifndef header protection to the header files

View differences:

wireless.h
6 6
 *
7 7
 * @author Brian Coltin, Colony Project, CMU Robotics Club
8 8
 **/
9

  
10
#ifndef WIRELESS_H
11
#define WIRELESS_H
9 12
 
10 13
//Note: If this is raised above 16, we will need to do
11 14
//something about frame numbers for TX Status packets.
......
125 128
unsigned int wl_get_xbee_id(void);
126 129

  
127 130
/** @} **/ // end defgroup
131

  
132
#endif
133

  

Also available in: Unified diff