Skip to content

Commit

Permalink
Merge pull request #4726 from sarahmarshy/patch-11
Browse files Browse the repository at this point in the history
Update ATCmdParser example code
  • Loading branch information
theotherjimmy committed Jul 24, 2017
2 parents 57a4c95 + d8a7fe1 commit 60550c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/ATCmdParser.h
Expand Up @@ -29,7 +29,8 @@
*
* Here are some examples:
* @code
* ATCmdParser at = ATCmdParser(serial, "\r\n");
* UARTSerial serial = UARTSerial(D1, D0);
* ATCmdParser at = ATCmdParser(&serial, "\r\n");
* int value;
* char buffer[100];
*
Expand Down

0 comments on commit 60550c1

Please sign in to comment.