New cellular update

Dependencies:  

Fork of ublox-at-cellular-interface-ext by u-blox

Revision:
17:6f0a1ecc8cec
Parent:
11:3631f62bb359
Child:
19: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.
       */