Fix for HTTP return status code 1.0 in http_tls

Dependencies:   ublox-at-cellular-interface

Revision:
15:6f0a1ecc8cec
Parent:
11:3631f62bb359
Child:
17:ac64a6b90925
--- a/UbloxATCellularInterfaceExt.h	Mon Mar 26 15:40:27 2018 +0100
+++ b/UbloxATCellularInterfaceExt.h	Tue Oct 30 18:54:19 2018 +0000
@@ -43,7 +43,8 @@
     UbloxATCellularInterfaceExt(PinName tx = MDMTXD,
                                 PinName rx = MDMRXD,
                                 int baud = MBED_CONF_UBLOX_CELL_BAUD_RATE,
-                                bool debugOn = false);
+                                bool debugOn = false,
+                                osPriority priority = osPriorityNormal);
 
      /* Destructor.
       */