None

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

Revision:
49:e3dd66598322
Parent:
20:30b6ed7bf8fd
--- a/cc3000_common.h	Wed Nov 06 17:56:25 2013 +0100
+++ b/cc3000_common.h	Fri Oct 16 23:23:11 2015 +0000
@@ -80,8 +80,8 @@
   The 1 is used for the overrun detection
 */
 
-#define CC3000_MINIMAL_RX_SIZE      (118 + 1)
-#define CC3000_MAXIMAL_RX_SIZE      (511 + 1)
+#define CC3000_MINIMAL_RX_SIZE      (1520 + 1)
+#define CC3000_MAXIMAL_RX_SIZE      (1520 + 1)
 
 /*Defines for minimal and maximal TX buffer size.
   This buffer is used for sending events and data.
@@ -102,8 +102,8 @@
 
   The 1 is used for the overrun detection */
 
-#define CC3000_MINIMAL_TX_SIZE      (118 + 1)
-#define CC3000_MAXIMAL_TX_SIZE      (1519 + 1)
+#define CC3000_MINIMAL_TX_SIZE      (1520 + 1)
+#define CC3000_MAXIMAL_TX_SIZE      (1520 + 1)
 
 //TX and RX buffer size - allow to receive and transmit maximum data at lengh 8.
 #ifdef CC3000_TINY_DRIVER