New cellular update

Dependencies:  

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

Revision:
22:46b7bd7979f0
Parent:
16:a9ffebec6523
Parent:
19:ac64a6b90925
--- a/UbloxATCellularInterfaceExt.cpp	Thu Jun 21 15:51:37 2018 +0500
+++ b/UbloxATCellularInterfaceExt.cpp	Mon Feb 18 11:47:02 2019 +0500
@@ -439,8 +439,9 @@
 UbloxATCellularInterfaceExt::UbloxATCellularInterfaceExt(PinName tx,
                                                          PinName rx,
                                                          int baud,
-                                                         bool debugOn):
-                             UbloxATCellularInterface(tx, rx, baud, debugOn)
+                                                         bool debugOn,
+                                                         osPriority priority):
+                             UbloxATCellularInterface(tx, rx, baud, debugOn, priority)
 {
     // Zero HTTP stuff
     memset(_httpProfiles, 0, sizeof(_httpProfiles));