always have TT_INTERCOM in list of sensor types

This commit is contained in:
Michael Moon 2010-11-11 00:49:12 +11:00
parent 983308a892
commit 4298f7553f
1 changed files with 2 additions and 4 deletions

6
temp.c
View File

@ -18,10 +18,8 @@
typedef enum {
TT_THERMISTOR,
TT_MAX6675,
TT_AD595
#ifdef GEN3
, TT_INTERCOM
#endif
TT_AD595,
TT_INTERCOM
} temp_types;
typedef enum {