minor corrections to adhere contiki code style guidelines
This commit is contained in:
parent
aa07993d36
commit
ee556dcf14
7 changed files with 47 additions and 47 deletions
|
@ -96,7 +96,7 @@ configure(int type, int value)
|
|||
{
|
||||
switch (type) {
|
||||
case SENSORS_ACTIVE:
|
||||
if (value) {
|
||||
if(value) {
|
||||
if(!status(SENSORS_ACTIVE)) {
|
||||
timer_set(&debouncetimer, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue