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

Disable AT support advertisement

parent 5b351e65
No related branches found
No related tags found
No related merge requests found
Pipeline #3261 passed
......@@ -91,7 +91,7 @@ struct __attribute__((packed)) {
0x01, /* bNumEndpoints (one for OUT) */
0x02, /* bInterfaceClass = Communications Interface Class (2) */
0x02, /* bInterfaceSubClass = Abstract Control Model (2) */
0x01, /* bInterfaceProtocol = Common "AT" commands (1), no class specific protocol (0) */
0x00, /* bInterfaceProtocol = Common "AT" commands (1), no class specific protocol (0) */
0x00, /* iInterface */
},
{ /* Header Functional Descriptor */
......
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