cc2530dk example comment fix
This commit is contained in:
parent
6a808053ce
commit
4147c7e58d
|
@ -165,7 +165,7 @@ PROCESS_THREAD(udp_server_process, ev, data)
|
||||||
#if BUTTON_SENSOR_ON
|
#if BUTTON_SENSOR_ON
|
||||||
} else if(ev == sensors_event && data == &button_sensor) {
|
} else if(ev == sensors_event && data == &button_sensor) {
|
||||||
print_stats();
|
print_stats();
|
||||||
#endif /* (CONTIKI_TARGET_SENSINODE && BUTTON_SENSOR_ON) */
|
#endif /* BUTTON_SENSOR_ON */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue