source: UsbWattMeter/trunk/lwip-1.4.1/ports/grsakura/arch/bpstruct.h@ 164

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

TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加

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