Code style fixes: sensinode
This commit is contained in:
parent
e38b419e84
commit
b4bb51e811
12 changed files with 56 additions and 53 deletions
|
@ -134,8 +134,8 @@ value(int type)
|
|||
static int
|
||||
status(int type)
|
||||
{
|
||||
return ready;
|
||||
}
|
||||
return ready;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/*
|
||||
* On N740 we can control Ill and Acc individually:
|
||||
|
@ -203,9 +203,9 @@ configure(int type, int value)
|
|||
ready |= ADC_VAL_LIGHT_ON;
|
||||
}
|
||||
#endif /* LIGHT_SENSOR_ON */
|
||||
n740_ser_par_set(ser_par_val);
|
||||
n740_ser_par_set(ser_par_val);
|
||||
#endif /* MODEL_N740 */
|
||||
}
|
||||
}
|
||||
return ready;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue