mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +00:00
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
|
||||
} else if(ev == sensors_event && data == &button_sensor) {
|
||||
print_stats();
|
||||
#endif /* (CONTIKI_TARGET_SENSINODE && BUTTON_SENSOR_ON) */
|
||||
#endif /* BUTTON_SENSOR_ON */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user