]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/sensorboards/im2sb/examples/TestSensor.h
Convert to Unix-style line terminators.
[tinyos-2.x.git] / tos / sensorboards / im2sb / examples / TestSensor.h
index 4cb263734879c1c7c286080f9636a252426077b1..022dfd5704cab4c8e7dbcc056394ff3b2ceadfb2 100644 (file)
@@ -1,12 +1,12 @@
-#ifndef TEST_SENSOR_H\r
-#define TEST_SENSOR_H\r
-\r
-typedef nx_struct TestSensorMsg {\r
-  nx_uint16_t value;\r
-} TestSensorMsg;\r
-\r
-enum {\r
-  AM_TESTSENSORMSG = 10,\r
-};\r
-\r
-#endif\r
+#ifndef TEST_SENSOR_H
+#define TEST_SENSOR_H
+
+typedef nx_struct TestSensorMsg {
+  nx_uint16_t value;
+} TestSensorMsg;
+
+enum {
+  AM_TESTSENSORMSG = 10,
+};
+
+#endif