native platform: removed unused variable

ico
Simon Duquennoy 2015-10-01 12:01:05 +02:00
parent 0340567af8
commit 921a3c8a7b
1 changed files with 2 additions and 0 deletions

View File

@ -84,7 +84,9 @@ static int select_max = 0;
SENSORS(&pir_sensor, &vib_sensor, &button_sensor);
static uint8_t serial_id[] = {0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08};
#if !NETSTACK_CONF_WITH_IPV6
static uint16_t node_id = 0x0102;
#endif /* !NETSTACK_CONF_WITH_IPV6 */
/*---------------------------------------------------------------------------*/
int
select_set_callback(int fd, const struct select_callback *callback)