Ignore:
Timestamp:
Feb 20, 2016, 10:43:32 PM (8 years ago)
Author:
coas-nagasima
Message:

インクルードのパス指定をContikiに合わせ変更。
整数型の型名をContikiに合わせ変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uKadecot/trunk/uip/net/ipv4/uip-neighbor.c

    r157 r158  
    4040 */
    4141
    42 #include "uip-neighbor.h"
     42#include "net/ipv4/uip-neighbor.h"
    4343
    4444#include <string.h>
     
    5555  uip_ipaddr_t ipaddr;
    5656  struct uip_neighbor_addr addr;
    57   u8_t time;
     57  uint8_t time;
    5858};
    5959static struct neighbor_entry entries[ENTRIES];
     
    8686{
    8787  int i, oldest;
    88   u8_t oldest_time;
     88  uint8_t oldest_time;
    8989
    9090  printf("Adding neighbor with link address %02x:%02x:%02x:%02x:%02x:%02x\n",
Note: See TracChangeset for help on using the changeset viewer.