We are going to win! wohoo

Dependencies:   mbed mbed-rtos

Revision:
9:08552997b544
Parent:
6:5a52c046d8f7
--- a/main.cpp	Wed Nov 14 17:11:12 2012 +0000
+++ b/main.cpp	Wed Nov 14 17:15:53 2012 +0000
@@ -4,6 +4,7 @@
 bool Colour = 1; // 1 for red, 0 for blue
 pos beaconpos[] = {{3000, 1000},{0,0}, {0,2000}}; //predefined red start
 
+//note that nothing is running as of now.
 int main() {
     while(1);
 }