git.droids-corp.org
/
protos
/
xbee-avr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
32fabd6
)
at query is not NULL when receiving xmit status
author
Fabrice Desclaux
<serpilliere@droids-corp.org>
Mon, 20 Feb 2012 22:24:32 +0000
(23:24 +0100)
committer
Fabrice Desclaux
<serpilliere@droids-corp.org>
Mon, 20 Feb 2012 22:24:32 +0000
(23:24 +0100)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
24fba69
..
f0174a2
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-114,7
+114,7
@@
static int parse_xmit_status(struct xbee_ctx *ctx,
}
/* see if it matches a xmit query (atcmd_query must be NULL) */
}
/* see if it matches a xmit query (atcmd_query must be NULL) */
- if (ctx->atcmd_query[0]
=
= '\0') {
+ if (ctx->atcmd_query[0]
!
= '\0') {
printf("invalid response 2\n");
return -1;
}
printf("invalid response 2\n");
return -1;
}