application: fix test connectors

This commit is contained in:
King Kévin 2019-12-13 13:36:56 +01:00
parent fca92ed6c6
commit 25b8a59663
1 changed files with 6 additions and 6 deletions

View File

@ -472,12 +472,12 @@ static void command_test(void* argument)
// cables to test
const struct usb_cable_t test_cables[] = {
usb_cables[9], // A (host) - B 3.0 shielded cable
usb_cables[14], // A (device) - B 3.0 shielded cable
usb_cables[17], // A (host) - miniB 2.0 shielded cable
usb_cables[25], // A (host) - microB 3.0 shielded cable
usb_cables[31], // C (host) shunt
usb_cables[32], // C (device) shunt
usb_cables[2], // A (host) - B 3.0 shielded cable
usb_cables[5], // A (device) - B 3.0 shielded cable
usb_cables[12], // A (host) - miniB 2.0 shielded cable
usb_cables[19], // A (host) - microB 3.0 shielded cable
usb_cables[23], // C (host) shunt
usb_cables[24], // C (device) shunt
};
for (uint8_t cable = 0; cable < LENGTH(test_cables); cable++) {