diff options
Diffstat (limited to 'tools/modemctrl.c')
-rw-r--r-- | tools/modemctrl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/modemctrl.c b/tools/modemctrl.c index 4d3db75..ff56c48 100644 --- a/tools/modemctrl.c +++ b/tools/modemctrl.c @@ -46,6 +46,7 @@ void print_help() int crespo_read_loop(struct ipc_client *client) { +#if 0 struct ipc_message_info resp; void *io_data = NULL; int fd = -1; @@ -75,6 +76,8 @@ int crespo_read_loop(struct ipc_client *client) free(resp.data); } } +#endif + return 0; } int modem_start(struct ipc_client *client) |