source: UsbWattMeter/trunk/lwip-1.4.1/ports/grsakura/arch/epstruct.h@ 330

Last change on this file since 330 was 330, checked in by coas-nagasima, 6 years ago

構造体のパッキングの変更をコンパイルオプションに戻すよう修正

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr; charset=SHIFT_JIS
File size: 127 bytes
RevLine 
[164]1#if defined(__CA850__)
2#pragma pack(8)
3#elif defined(__RX)
[330]4#pragma packoption
[164]5#elif defined(_MSC_VER)
6#pragma pack(pop)
7#endif
Note: See TracBrowser for help on using the repository browser.