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
Branches master
No related tags found
No related merge requests found
Pipeline #3628 passed
......@@ -196,7 +196,7 @@ static struct config_descriptor_cdcacm config_descriptor_cdcacm = {
.bNumEndpoints = 0x01,
.bInterfaceClass = CLS_COMM,
.bInterfaceSubClass = SCLS_ACM,
.bInterfaceProtocol = PROT_AT_CMDS,
.bInterfaceProtocol = 0x00,
.iInterface = 0x00,
},
.header_functional = {
......@@ -319,4 +319,4 @@ static struct config_descriptor_msc config_descriptor_msc =
.bInterval = 0x00
}
};
/* clang-format on */
\ No newline at end of file
/* clang-format on */
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