Update the hw and cfg thermo files.
[bertos.git] / bertos / hw / thermo_map.h
index 01132080c16321cfc5a3e149a1390916952f715b..248cc436fa3db9ba9374975d34ea842e859c32c5 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_TEST,
-       /* Put here your thermo device */
+       THERMO_MIXER1 = 0,
+       THERMO_MIXER2,
+       THERMO_MIXER3,
+       THERMO_MIXER4,
 
        THERMO_CNT
 } ThermoDev;