Skip to content
Snippets Groups Projects
Commit e7797421 authored by Nikolay Amiantov's avatar Nikolay Amiantov
Browse files

Disable AT support advertisement

parent 83a19117
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ static struct config_descriptor_cdcacm config_descriptor_cdcacm = { ...@@ -196,7 +196,7 @@ static struct config_descriptor_cdcacm config_descriptor_cdcacm = {
.bNumEndpoints = 0x01, .bNumEndpoints = 0x01,
.bInterfaceClass = CLS_COMM, .bInterfaceClass = CLS_COMM,
.bInterfaceSubClass = SCLS_ACM, .bInterfaceSubClass = SCLS_ACM,
.bInterfaceProtocol = PROT_AT_CMDS, .bInterfaceProtocol = 0x00,
.iInterface = 0x00, .iInterface = 0x00,
}, },
.header_functional = { .header_functional = {
...@@ -319,4 +319,4 @@ static struct config_descriptor_msc config_descriptor_msc = ...@@ -319,4 +319,4 @@ static struct config_descriptor_msc config_descriptor_msc =
.bInterval = 0x00 .bInterval = 0x00
} }
}; };
/* clang-format on */ /* clang-format on */
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment