X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fthermo_map.h;h=248cc436fa3db9ba9374975d34ea842e859c32c5;hb=21e0c7ea5cb63c2baa5a331d8ccc3fd8a55856bc;hp=01132080c16321cfc5a3e149a1390916952f715b;hpb=37bbfd11b80f968535691d81ef43e08489c98f86;p=bertos.git diff --git a/bertos/hw/thermo_map.h b/bertos/hw/thermo_map.h index 01132080..248cc436 100644 --- a/bertos/hw/thermo_map.h +++ b/bertos/hw/thermo_map.h @@ -41,13 +41,12 @@ #include #include -#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;