summaryrefslogtreecommitdiffstats
path: root/Srf10.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-04-18 00:10:05 +0200
committerneoraider <devnull@localhost>2007-04-18 00:10:05 +0200
commite7e1634240c78c7abbdc7fc6e0af1beddaea1d45 (patch)
treee09406ef8e02fbd7923734acb2e36d5e93d8f6db /Srf10.h
parentd02fbc84105ff2da74f03fd658ace8919e3e9437 (diff)
downloadrc2007-rescue-e7e1634240c78c7abbdc7fc6e0af1beddaea1d45.tar
rc2007-rescue-e7e1634240c78c7abbdc7fc6e0af1beddaea1d45.zip
Linienverfolgung implementiert
Diffstat (limited to 'Srf10.h')
-rw-r--r--Srf10.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Srf10.h b/Srf10.h
index efb8cfb..c7417b8 100644
--- a/Srf10.h
+++ b/Srf10.h
@@ -1,5 +1,5 @@
-#ifndef SRF10_H_
-#define SRF10_H_
+#ifndef _ROBOCUP_SRF10_H_
+#define _ROBOCUP_SRF10_H_
#include <stdint.h>
@@ -41,4 +41,4 @@ public:
long getDistance() {return distance;}
};
-#endif /*SRF10_H_*/
+#endif