mirror of https://github.com/ARMmbed/mbed-os.git
cellular: registration status change astyle fix
parent
a1b1d7c4bd
commit
af534f592e
|
@ -66,7 +66,7 @@ ATHandler::ATHandler(FileHandle *fh, EventQueue &queue, int timeout, const char
|
||||||
|
|
||||||
ATHandler_stub::process_oob_urc = false;
|
ATHandler_stub::process_oob_urc = false;
|
||||||
ATHandler_stub::urc_amount = 0;
|
ATHandler_stub::urc_amount = 0;
|
||||||
int i=0;
|
int i = 0;
|
||||||
while (i < kATHandler_urc_table_max_size) {
|
while (i < kATHandler_urc_table_max_size) {
|
||||||
ATHandler_stub::callback[i] = NULL;
|
ATHandler_stub::callback[i] = NULL;
|
||||||
ATHandler_stub::urc_string_table[i++] = NULL;
|
ATHandler_stub::urc_string_table[i++] = NULL;
|
||||||
|
@ -82,7 +82,7 @@ ATHandler::~ATHandler()
|
||||||
{
|
{
|
||||||
ATHandler_stub::ref_count = kATHandler_destructor_ref_ount;
|
ATHandler_stub::ref_count = kATHandler_destructor_ref_ount;
|
||||||
|
|
||||||
int i=0;
|
int i = 0;
|
||||||
while (i < kATHandler_urc_table_max_size) {
|
while (i < kATHandler_urc_table_max_size) {
|
||||||
if (ATHandler_stub::urc_string_table[i]) {
|
if (ATHandler_stub::urc_string_table[i]) {
|
||||||
delete [] ATHandler_stub::urc_string_table[i];
|
delete [] ATHandler_stub::urc_string_table[i];
|
||||||
|
|
Loading…
Reference in New Issue