summaryrefslogtreecommitdiff
path: root/src/class/cdc/cdc.h
diff options
context:
space:
mode:
authorScott Shawcroft <[email protected]>2018-11-09 11:30:51 -0800
committerScott Shawcroft <[email protected]>2018-11-09 11:32:59 -0800
commit299a2f12de2ddb76b9a488b23e7e562058faee90 (patch)
tree83b0a48ccf8fd9c3932d346ab7a84302f792cbe7 /src/class/cdc/cdc.h
parent537a29273c08b1e047004e1bd71c37af82937dd4 (diff)
Support the no CDC protocol as well.
Diffstat (limited to 'src/class/cdc/cdc.h')
-rw-r--r--src/class/cdc/cdc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/class/cdc/cdc.h b/src/class/cdc/cdc.h
index 0b6e57735..afac8379d 100644
--- a/src/class/cdc/cdc.h
+++ b/src/class/cdc/cdc.h
@@ -90,7 +90,8 @@ typedef enum
/// Communication Interface Protocol Codes
typedef enum
{
- CDC_COMM_PROTOCOL_ATCOMMAND = 0x01 , ///< AT Commands: V.250 etc
+ CDC_COMM_PROTOCOL_NONE = 0x00 , ///< No specific protocol
+ CDC_COMM_PROTOCOL_ATCOMMAND , ///< AT Commands: V.250 etc
CDC_COMM_PROTOCOL_ATCOMMAND_PCCA_101 , ///< AT Commands defined by PCCA-101
CDC_COMM_PROTOCOL_ATCOMMAND_PCCA_101_AND_ANNEXO , ///< AT Commands defined by PCCA-101 & Annex O
CDC_COMM_PROTOCOL_ATCOMMAND_GSM_707 , ///< AT Commands defined by GSM 07.07