TSC2007: Cosmetic updates
This commit is contained in:
parent
ba2ef6bcdf
commit
b732388fcb
|
@ -84,7 +84,7 @@
|
||||||
#undef CONFIG_TSC2007_REFCNT
|
#undef CONFIG_TSC2007_REFCNT
|
||||||
|
|
||||||
/* I don't think that it is necessary to activate the converters before
|
/* I don't think that it is necessary to activate the converters before
|
||||||
* making meaurements. However, I will keep this functionality enabled
|
* making measurements. However, I will keep this functionality enabled
|
||||||
* until I have a change to prove that that activation is unnecessary.
|
* until I have a change to prove that that activation is unnecessary.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
|
|
||||||
/* This describes the state of one contact */
|
/* This describes the state of one contact */
|
||||||
|
|
||||||
enum tsc2007_contact_3
|
enum tsc2007_contact_e
|
||||||
{
|
{
|
||||||
CONTACT_NONE = 0, /* No contact */
|
CONTACT_NONE = 0, /* No contact */
|
||||||
CONTACT_DOWN, /* First contact */
|
CONTACT_DOWN, /* First contact */
|
||||||
|
|
Loading…
Reference in New Issue