Skip to content

Commit 44d4204

Browse files
committed
Remove references to HS-probe
1 parent 5c3e452 commit 44d4204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/usb/dap_v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl<B: UsbBus> UsbClass<B> for CmsisDapV1<'_, B> {
106106

107107
fn get_string(&self, index: StringIndex, _lang_id: LangID) -> Option<&str> {
108108
if index == self.name {
109-
Some("HS-Probe CMSIS-DAP v1 Interface")
109+
Some("CMSIS-DAP v1 Interface")
110110
} else {
111111
None
112112
}

src/usb/dap_v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl<B: UsbBus> UsbClass<B> for CmsisDapV2<'_, B> {
6666

6767
fn get_string(&self, index: StringIndex, _lang_id: LangID) -> Option<&str> {
6868
if index == self.name {
69-
Some("HS-probe CMSIS-DAP v2 Interface")
69+
Some("CMSIS-DAP v2 Interface")
7070
} else {
7171
None
7272
}

0 commit comments

Comments
 (0)