diff options
author | ori inbar <ori.inbar.altair.semi.com@gmail.com> | 2013-03-27 15:14:51 -0500 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-03-28 20:15:58 +0100 |
commit | 633708b364c646595af3242c6d1a7b03b9a2359f (patch) | |
tree | d96b54d64bac1b6d5605e66b5a0b5040bc10d32b /src/mm-plugin.h | |
parent | 98772f2ec9af0662631232a176141465a12b06e6 (diff) |
serial: add support to optionally send line-feed at the end of AT commands.
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 37cac68d..08d81389 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -60,6 +60,7 @@ #define MM_PLUGIN_CUSTOM_AT_PROBE "custom-at-probe" #define MM_PLUGIN_SEND_DELAY "send-delay" #define MM_PLUGIN_REMOVE_ECHO "remove-echo" +#define MM_PLUGIN_SEND_LF "send-lf" typedef enum { MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED = 0x0, |