mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Merge pull request #2147 from g-oikonomou/bugfix/1972
Add missing variable declaration
This commit is contained in:
commit
99402348eb
@ -252,8 +252,9 @@ extern uip_ds6_netif_t uip_ds6_if;
|
||||
static unsigned short
|
||||
make_addresses(void *p)
|
||||
{
|
||||
uint8_t j=0;
|
||||
uint16_t numprinted;
|
||||
uint8_t i, j = 0;
|
||||
uint16_t numprinted;
|
||||
|
||||
numprinted = httpd_snprintf((char *)uip_appdata, uip_mss(),httpd_cgi_addrh);
|
||||
for (i=0; i<UIP_DS6_ADDR_NB;i++) {
|
||||
if (uip_ds6_if.addr_list[i].isused) {
|
||||
|
Loading…
Reference in New Issue
Block a user