Project

General

Profile

Revision 159

Added by Jason knichel over 16 years ago

added the ifndef header protection to the header files

View differences:

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

  
10
#ifndef WL_TOKEN_RING_H
11
#define WL_TOKEN_RING_H
12

  
10 13
/**
11 14
 * @defgroup tokenring Token Ring
12 15
 * @brief Wireless library token ring implementation
......
56 59

  
57 60
/** @} **/ //end token ring group
58 61

  
62
#endif

Also available in: Unified diff