Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jul 30, 2024
1 parent 55efad4 commit 5da81ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/desktop/at_talk/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ static void *monitor_handler(void *xargs) {
goto exit;
}
atclient_monitor_set_read_timeout(monitor, READ_TIMEOUT); // blocking read takes 1 second to timeout
if ((ret = atclient_monitor_start(monitor, MONITOR_REGEX) != 0) {
if ((ret = atclient_monitor_start(monitor, MONITOR_REGEX)) != 0) {
atlogger_log(TAG, ATLOGGER_LOGGING_LEVEL_ERROR, "Failed to start monitor: %d\n", ret);
goto exit;
}
Expand Down

0 comments on commit 5da81ff

Please sign in to comment.