Revision 159
added the ifndef header protection to the header files
sensor_matrix.h | ||
---|---|---|
7 | 7 |
* @author Brian Coltin, Colony Project, CMU Robotics Club |
8 | 8 |
**/ |
9 | 9 |
|
10 |
#ifndef SENSOR_MATRIX_H |
|
11 |
#define SENSOR_MATRIX_H |
|
12 |
|
|
13 |
|
|
10 | 14 |
/** |
11 | 15 |
* @defgroup sensormatrix Sensor Matrix |
12 | 16 |
* @brief the robot sensor matrix |
... | ... | |
67 | 71 |
|
68 | 72 |
/** @} **/ //end defgroup |
69 | 73 |
|
74 |
|
|
75 |
#endif |
Also available in: Unified diff