Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ATParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ class ATParser
bool vsend(const char *command, va_list args);

/**
* Recieve an AT response
* Receive an AT response
*
* Recieves a formatted response using scanf style formatting
* Receives a formatted response using scanf style formatting
* @see ::scanf
*
* Responses are parsed line at a time using the specified delimiter.
Expand Down