Skip to content

Commit 328919c

Browse files
author
Teemu Kultala
committed
cellular: doxygen correction
1 parent d796062 commit 328919c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/cellular/framework/AT/ATHandler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class ATHandler
7474
* @param queue Event queue used to transfer sigio events to this thread
7575
* @param timeout Timeout when reading for AT response
7676
* @param output_delimiter delimiter used when parsing at responses, "\r" should be used as output_delimiter
77+
* @param send_delay the minimum delay in ms between the end of last response and the beginning of a new command
7778
*/
7879
ATHandler(FileHandle *fh, events::EventQueue &queue, int timeout, const char *output_delimiter, uint16_t send_delay = 0);
7980
~ATHandler();

0 commit comments

Comments
 (0)