Removed duplicated condition in sht25 configuration

This commit is contained in:
Antonio Lignan 2015-03-11 14:25:23 +01:00
parent c169b3e3bb
commit 64fd000e5d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ static uint8_t enabled;
static int
configure(int type, int value)
{
if((type != SENSORS_ACTIVE) && (type != SENSORS_ACTIVE)) {
if(type != SENSORS_ACTIVE) {
return SHT25_ERROR;
}
if(value) {