Ignore:
Timestamp:
Jul 3, 2020, 7:19:17 PM (4 years ago)
Author:
coas-nagasima
Message:

ASP3, TINET, mbed を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/tinet/tinet.trb

    r331 r429  
    124124#include <net/ethernet.h>
    125125#include <net/net.h>
     126#include <net/net_endian.h>
    126127#include <net/net_buf.h>
    127128#include <netinet/in.h>
     
    142143$tinetCfgC.add(" */")
    143144$tinetCfgC.add()
    144 $includeFiles.each do |file|
    145   $tinetCfgC.add("#include #{file}")
    146 end
     145GenerateIncludes($tinetCfgC)
    147146
    148147$tinetCfgC.add()
Note: See TracChangeset for help on using the changeset viewer.