Removed duplicated condition in sht25 configuration
This commit is contained in:
parent
c169b3e3bb
commit
64fd000e5d
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue