Skip to content
Snippets Groups Projects

Disable AT support advertisement

Merged Nikolay Amiantov requested to merge abbradar/firmware:no-at into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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 */
Loading