Skip to content
Snippets Groups Projects
Commit 53297345 authored by swym's avatar swym
Browse files

Merge 'Disable AT support advertisement'

See merge request card10/firmware!234
parents 05ef8319 e7797421
No related branches found
No related tags found
1 merge request!234Disable AT support advertisement
Pipeline #3626 passed
...@@ -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