corrected code style error

This commit is contained in:
Michael Karlsson 2015-02-13 13:46:57 +01:00
parent be9879cf18
commit 62fc6f2f07

View file

@ -975,7 +975,7 @@ PROCESS_THREAD(cc2538_rf_process, ev, data)
}
off();
init();
if (was_on) {
if(was_on) {
/* switch back on */
on();
}