corrected code style error
This commit is contained in:
parent
be9879cf18
commit
62fc6f2f07
@ -975,7 +975,7 @@ PROCESS_THREAD(cc2538_rf_process, ev, data)
|
|||||||
}
|
}
|
||||||
off();
|
off();
|
||||||
init();
|
init();
|
||||||
if (was_on) {
|
if(was_on) {
|
||||||
/* switch back on */
|
/* switch back on */
|
||||||
on();
|
on();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user