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/src/ukadecot/main.c

    r152 r158  
    5353#include "rx630_msvc/rx630.h"
    5454#endif
    55 #include <uip.h>
    56 #include <pt.h>
     55#include <net/ip/uip.h>
     56#include <sys/pt.h>
    5757#include "uip_adpt.h"
    5858#include "wamp.h"
     
    458458static void main_initialize()
    459459{
    460         extern u8_t my_ip[4];
    461         extern u8_t my_netmask[4];
    462         extern u8_t my_default_router[4];
     460        extern uint8_t my_ip[4];
     461        extern uint8_t my_netmask[4];
     462        extern uint8_t my_default_router[4];
    463463        uint8_t btn1, btn2;
    464464        uint8_t data[32], c;
Note: See TracChangeset for help on using the changeset viewer.