ublox-at-cellular-interface-n2xx

Revision:
7:69e676f4af84
Parent:
4:2bf3875a13f1
Child:
11:4be20bab5138
--- a/UbloxATCellularInterfaceN2xx.h	Wed Sep 13 15:57:06 2017 +0100
+++ b/UbloxATCellularInterfaceN2xx.h	Thu Sep 14 10:29:22 2017 +0100
@@ -281,12 +281,12 @@
     /** The maximum number of bytes in a packet that can be written
      * to the AT interface in one go.
      */
-    #define MAX_WRITE_SIZE 512
+    #define MAX_WRITE_SIZE_N2XX 512
 
     /** The maximum number of bytes in a packet that can be read from
      * from the AT interface in one go.
      */
-    #define MAX_READ_SIZE 512
+    #define MAX_READ_SIZE_N2XX 512
 
     /** Management structure for sockets.
      */