Racing Robots Session

Dependencies:   m3pi mbed

Dependents:   RacingRobots

Fork of racing_robots by Nico De Witte

Revision:
4:3743cbfe031b
Parent:
2:356bb8d99326
Child:
6:0dc4e4225881
--- a/robot_logic.h	Tue Feb 24 09:01:06 2015 +0000
+++ b/robot_logic.h	Tue Feb 24 09:06:29 2015 +0000
@@ -1,9 +1,9 @@
+#ifndef H_ROBOT_LOGIC
+#define H_ROBOT_LOGIC
+
 #include "mbed.h"
 #include "m3pi.h"
 
-#ifndef H_ROBOT_LOGIC
-#define H_ROBOT_LOGIC
-
 typedef enum {
    LED_1 = 0,
    LED_2 = 1,