mbed-os/features/netsocket/cellular/generic_modem_driver
Hasnain Virk 9fd68c3754 Seperatig string literal from macro
From C++11 and beyond string literals must be seperated by space
so that they are recongizable as seperate tokens.

Context macro in PPPCellularInterface (CTX) has been causing issues
as it was not augmented with a space from a nearby string literal.
2017-09-19 11:36:37 +01:00
..
TESTS/unit_tests/default Cellular: not-supported error if MODEM_ON_BOARD not defined 2017-06-30 10:01:46 +01:00
OnboardCellularInterface.cpp Major Refactoring & extensions 2017-05-31 15:02:11 +03:00
OnboardCellularInterface.h Major Refactoring & extensions 2017-05-31 15:02:11 +03:00
PPPCellularInterface.cpp Seperatig string literal from macro 2017-09-19 11:36:37 +01:00
PPPCellularInterface.h Either ipv4 or ipv4v6 PPP and IP stacks are enabled based on 3GPP context 2017-08-22 13:14:41 +03:00
UARTCellularInterface.cpp Major Refactoring & extensions 2017-05-31 15:02:11 +03:00
UARTCellularInterface.h Major Refactoring & extensions 2017-05-31 15:02:11 +03:00
mbed_lib.json Major Refactoring & extensions 2017-05-31 15:02:11 +03:00