Project

General

Profile

Revision 1939

ifdef'ed main-intersectionTest.c so it won't be found by gcc when compiling. Hopefully this won't break anything.

View differences:

trunk/code/projects/traffic_navigation/main-intersectionTest.c
5 5
 * Author: Colony Project, CMU Robotics Club
6 6
 */
7 7

  
8
//#define traffic_nav_test
9
 
10
#ifdef traffic_nav_test
11
 
8 12
#include "traffic_navigation.h"
9 13

  
10 14
	static int state, sign, dataLength, pingWaitTime, turnDir;
......
264 268
		}
265 269
	}
266 270
}
271

  
272
#endif

Also available in: Unified diff