Skip to content

Commit 1d03bfb

Browse files
Jari PoyhonenJari Poyhonen
authored andcommitted
Merge branch 'master' of https://github.com/AriParkkila/mbed-os
2 parents 1245c14 + 85f05f4 commit 1d03bfb

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

features/cellular/easy_cellular/CellularConnectionUtil.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
#include "CellularTargets.h"
2222
#ifdef CELLULAR_DEVICE
2323

24-
#include <UARTSerial.h>
25-
#include <NetworkInterface.h>
26-
#include <EventQueue.h>
27-
#include <Thread.h>
24+
#include "UARTSerial.h"
25+
#include "NetworkInterface.h"
26+
#include "EventQueue.h"
27+
#include "Thread.h"
2828

2929
#include "CellularNetwork.h"
3030
#include "CellularPower.h"

features/cellular/framework/AT/AT_CellularSMS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include "CellularSMS.h"
2222
#include "AT_CellularBase.h"
23-
#include <Callback.h>
23+
#include "Callback.h"
2424
#include <time.h>
2525

2626
namespace mbed {

features/cellular/framework/targets/QUECTEL/BC95/QUECTEL_BC95_CellularPower.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
#include <QUECTEL_BC95_CellularPower.h>
18+
#include "QUECTEL_BC95_CellularPower.h"
1919

2020
#include "onboard_modem_api.h"
2121
using namespace mbed;

features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
* limitations under the License.
1616
*/
1717

18-
#include <QUECTEL/BG96/QUECTEL_BG96.h>
19-
#include <QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.h>
20-
#include <QUECTEL/BG96/QUECTEL_BG96_CellularStack.h>
18+
#include "QUECTEL/BG96/QUECTEL_BG96.h"
19+
#include "QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.h"
20+
#include "QUECTEL/BG96/QUECTEL_BG96_CellularStack.h"
2121

2222
using namespace mbed;
2323
using namespace events;

features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
#include <QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.h>
19-
#include <QUECTEL/BG96/QUECTEL_BG96_CellularStack.h>
18+
#include "QUECTEL/BG96/QUECTEL_BG96_CellularNetwork.h"
19+
#include "QUECTEL/BG96/QUECTEL_BG96_CellularStack.h"
2020

2121
using namespace mbed;
2222

features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularStack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
#include <QUECTEL/BG96/QUECTEL_BG96_CellularStack.h>
18+
#include "QUECTEL/BG96/QUECTEL_BG96_CellularStack.h"
1919
#include "CellularLog.h"
2020

2121
using namespace mbed;

features/cellular/framework/targets/TELIT/HE910/TELIT_HE910_CellularNetwork.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
#include <TELIT_HE910_CellularNetwork.h>
18+
#include "TELIT_HE910_CellularNetwork.h"
1919

2020
using namespace mbed;
2121

0 commit comments

Comments
 (0)