File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
features/cellular/framework/targets/TELIT/ME910 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ static const intptr_t cellular_properties[AT_CellularBase::PROPERTY_MAX] = {
59
59
1 , // PROPERTY_AT_CGEREP
60
60
};
61
61
62
+ // the delay between sending AT commands
63
+ static const uint16_t DEFAULT_DELAY_BETWEEN_AT_COMMANDS = 20 ;
64
+
62
65
TELIT_ME910::TELIT_ME910 (FileHandle *fh, PinName pwr, bool active_high)
63
66
: AT_CellularDevice(fh),
64
67
_active_high(active_high),
Original file line number Diff line number Diff line change 30
30
#include " DigitalOut.h"
31
31
#include " AT_CellularDevice.h"
32
32
33
- // the delay between sending AT commands
34
- #define DEFAULT_DELAY_BETWEEN_AT_COMMANDS 20
35
-
36
33
namespace mbed {
37
34
38
35
class TELIT_ME910 : public AT_CellularDevice {
You can’t perform that action at this time.
0 commit comments