This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
92:4f77028cce64
Parent:
91:db8279c869d3
Child:
109:18f12ac01097
--- a/core/include/NyLPC_config.h	Sat Sep 27 13:33:26 2014 +0000
+++ b/core/include/NyLPC_config.h	Wed Oct 01 13:58:53 2014 +0000
@@ -135,7 +135,8 @@
 #ifdef TARGET_K64F
 #   undef NyLPC_MCU
 #   define NyLPC_MCU NyLPC_MCU_K64F
-#   define NyLPC_TTxBufferHeader_ALIGNMENT 16   //EthernetのTXメモリブロックヘッダを16バイトアラインメントにする
+#   define NyLPC_TTxBufferHeader_ALIGNMENT  16  //EthernetのTXメモリブロックヘッダを16バイトアラインメントにする
+#   define NyLPC_TcEthernetMM_BUF_PADDING   16  //2バイトでいいんだけど16バイトアライメントにするために16
 #endif
 
 #ifdef __cplusplus