Duplicate header file.
[bertos.git] / bertos / hw / thermo_map.h
index 248cc436fa3db9ba9374975d34ea842e859c32c5..7dbe27bc5ae381c9e4983fd800c77961643f8ad7 100644 (file)
 #include <cfg/compiler.h>
 #include <cfg/macros.h>
 
+
+#warning TODO:This is an example implentation, you must implement it!
+
 typedef enum ThermoDev
 {
-       THERMO_MIXER1 = 0,
-       THERMO_MIXER2,
-       THERMO_MIXER3,
-       THERMO_MIXER4,
+       THERMO_TEST,
+
+       /* Put here your thermo device */
 
        THERMO_CNT
 } ThermoDev;