mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: astyle fixes after introducing CellularContext class and major refactor.
parent
14f3740c13
commit
88213d3e03
|
@ -26,7 +26,8 @@ struct cell_callback_data_t {
|
||||||
int status_data; /* cellular_event_status related enum or other info in int format. Check cellular_event_status comments.*/
|
int status_data; /* cellular_event_status related enum or other info in int format. Check cellular_event_status comments.*/
|
||||||
bool final_try; /* This flag is true if state machine is used and this was the last try. State machine does goes to idle. */
|
bool final_try; /* This flag is true if state machine is used and this was the last try. State machine does goes to idle. */
|
||||||
|
|
||||||
cell_callback_data_t() {
|
cell_callback_data_t()
|
||||||
|
{
|
||||||
error = NSAPI_ERROR_OK;
|
error = NSAPI_ERROR_OK;
|
||||||
status_data = -1;
|
status_data = -1;
|
||||||
final_try = false;
|
final_try = false;
|
||||||
|
|
Loading…
Reference in New Issue