From 531c246a4b706403ad3a3d8327d5dc0d82b38071 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 4 May 2010 08:55:31 +0000 Subject: [PATCH] Revert last commit. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3608 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/hw/thermo_map.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bertos/hw/thermo_map.h b/bertos/hw/thermo_map.h index 248cc436..7dbe27bc 100644 --- a/bertos/hw/thermo_map.h +++ b/bertos/hw/thermo_map.h @@ -41,12 +41,14 @@ #include #include + +#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; -- 2.25.1