Skip to content

Commit e29cb19

Browse files
Antti Kauppilabulislaw
authored andcommitted
Added missing define for Quectel UG96
1 parent 814ba5a commit e29cb19

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_WIO_3G/ONBOARD_QUECTEL_UG96.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#include "PinNames.h"
2424
#include "UARTSerial.h"
2525

26+
#define WAIT_AFTER_POWR_CHANGED (1000) // [msec.]
27+
2628
using namespace mbed;
2729

2830
ONBOARD_QUECTEL_UG96::ONBOARD_QUECTEL_UG96(FileHandle *fh) : QUECTEL_UG96(fh)

targets/TARGET_STM/TARGET_STM32L4/TARGET_MTS_DRAGONFLY_L471QG/ONBOARD_SARA4_PPP.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "PinNames.h"
2323
#include "UARTSerial.h"
2424
#include "CellularLog.h"
25+
#include "mbed_wait_api.h"
2526

2627
using namespace mbed;
2728

0 commit comments

Comments
 (0)