Eurobot2012_Primary

Dependencies:   mbed Eurobot_2012_Primary

Revision:
13:57ea4e520dbd
Parent:
9:377560539b74
Child:
15:acae5c0e9ca8
--- a/Eurobot_shared/ai/ai.h	Sat Apr 28 18:26:26 2012 +0000
+++ b/Eurobot_shared/ai/ai.h	Sat Apr 28 19:39:08 2012 +0000
@@ -10,6 +10,8 @@
 Mutex targetlock;
 Thread thr_AI;
 
+unsigned int targetnumber;
+
 struct Target {
     float x;
     float y;