Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ public static final class MASS_STORAGE_DEVICE {
"verisense",
};

public static final String[] SHIMMER3R_COMPOSITE_DEVICE = new String[] { "SHIMMER COMPOSITE DEVICE","STM32 COMPOSITE DEVICE"};

public static final String[] SHIMMER3R_MSC_DEVICE = new String[] { "SHIMMER MSC","STM32 MSC DEVICE" };

public static final String[] SHIMMER3R_DFU_DEVICE_BUS_DESCRITION = new String[] { "DFU in HS Mode" };

public static final class SERVICE_DESCRIPTION {
Expand Down Expand Up @@ -202,7 +198,7 @@ public static final class SERIAL_PORT {
public static final String VIRTUAL_PORT = "COM0COM";

public static final String[] SHIMMER_3R = new String[] {
"VID_0483&PID_52A4"
"VID_0483&PID_5710" // USBX drivers
};
}

Expand Down
Loading