aboutsummaryrefslogtreecommitdiffstats
path: root/src/agent-at.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-09-10 18:19:51 +0200
committerJose Bollo <jose.bollo@iot.bzh>2019-09-27 14:49:14 +0200
commite4d6dbdf10130b72fe4a898b105d3049a0cdf98a (patch)
tree7fa238ab96c3e7e8955caf79dd5a88afe635da46 /src/agent-at.c
parent58607718adf2cc921e9226fd2cde8caedc5ccef9 (diff)
More comment for cyn.[ch]
Change-Id: Ia3e6ca458f27ede690cfc6934dd9a6b320ed5d67 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/agent-at.c')
-rw-r--r--src/agent-at.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/agent-at.c b/src/agent-at.c
index 6a33bf6..0ae8d13 100644
--- a/src/agent-at.c
+++ b/src/agent-at.c
@@ -153,11 +153,7 @@ agent_at_cb(
return cyn_test_async(on_result_cb, on_result_closure, &atkey);
}
-/**
- * Activate the AT-agent
- *
- * @return 0 in case of success of a negative value in -errno style.
- */
+/* see agent-at.h */
int
agent_at_activate(
) {