diff options
-rw-r--r-- | plugins/novatel/mm-plugin-novatel.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/novatel/mm-plugin-novatel.c b/plugins/novatel/mm-plugin-novatel.c index 9eaf2859..b57c0e89 100644 --- a/plugins/novatel/mm-plugin-novatel.c +++ b/plugins/novatel/mm-plugin-novatel.c @@ -42,19 +42,6 @@ int mm_plugin_major_version = MM_PLUGIN_MAJOR_VERSION; int mm_plugin_minor_version = MM_PLUGIN_MINOR_VERSION; /*****************************************************************************/ -/* Custom commands for AT probing */ - -/* We need to explicitly flip secondary ports to AT mode. - * We also use this command also for checking AT support in the current port. - */ -static const MMPortProbeAtCommand custom_at_probe[] = { - { "$NWDMAT=1", 3, mm_port_probe_response_processor_is_at }, - { "$NWDMAT=1", 3, mm_port_probe_response_processor_is_at }, - { "$NWDMAT=1", 3, mm_port_probe_response_processor_is_at }, - { NULL } -}; - -/*****************************************************************************/ /* Custom init */ typedef struct { |