-
Notifications
You must be signed in to change notification settings - Fork 3k
At handler fixes #8401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At handler fixes #8401
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could also change set_urc_handler to void function as struct is created with new, no point checking if that was successful and otherwise it always returns ok. But only requested change is to fix doxygen.
@@ -277,6 +276,12 @@ class ATHandler { | |||
*/ | |||
void set_default_delimiter(); | |||
|
|||
/** Defines behaviour for using or ignoring the delimiter within an AT command | |||
* | |||
* @param flag indicating if delimiter should be used or not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flag ->use_delimeter
44eccab
to
702dd89
Compare
@jarvte Could you take another look? Loos kike updates to this PR were made. |
/morph build |
Build : FAILUREBuild number : 3427 |
Please take a look at the build failures. |
702dd89
to
c8f2ed3
Compare
Now rebased and fixed the build errors. |
/morph build |
Build : SUCCESSBuild number : 3494 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3111 |
Test : SUCCESSBuild number : 3278 |
Description
Pull request type