cc2530dk and Sensinode example udp server code cleanup
This commit is contained in:
parent
fea95ae088
commit
efd6d12831
2 changed files with 3 additions and 8 deletions
|
@ -159,8 +159,8 @@ create_dag()
|
|||
PROCESS_THREAD(udp_server_process, ev, data)
|
||||
{
|
||||
#if (CONTIKI_TARGET_SENSINODE && BUTTON_SENSOR_ON)
|
||||
static struct sensors_sensor *b1;
|
||||
static struct sensors_sensor *b2;
|
||||
static const struct sensors_sensor *b1;
|
||||
static const struct sensors_sensor *b2;
|
||||
#endif
|
||||
|
||||
PROCESS_BEGIN();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue