cc2530dk example comment fix

This commit is contained in:
George Oikonomou 2012-04-24 16:28:11 +01:00
parent 6a808053ce
commit 4147c7e58d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
}
}