Copy edit AT_CellularStack.h

Copy edit for American English.
pull/6082/head
Amanda Butler 2018-02-28 21:46:18 -06:00 committed by Ari Parkkila
parent 6dd0723dff
commit 3a57d507d9
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ protected:
void (*_cb)(void *);
void *_data;
bool created;
bool rx_avail; // used to synchronise reading from modem
bool rx_avail; // used to synchronize reading from modem
};
/**