usb_cables: fix cc pins

This commit is contained in:
King Kévin 2019-12-12 14:23:04 +01:00
parent b00916288e
commit 74eeb7d51e
1 changed files with 4 additions and 4 deletions

View File

@ -128,7 +128,7 @@ const struct usb_pin_t usb_pins[] = {
.name = "CC1",
.port = GPIOC,
.pin = GPIO6,
.type = USB_PIN_TYPE_IDENTIFICATION,
.type = USB_PIN_TYPE_POWER, // can be used to power eMarker
},
{
.name = "Dp1",
@ -200,7 +200,7 @@ const struct usb_pin_t usb_pins[] = {
.name = "CC2",
.port = GPIOD,
.pin = GPIO1,
.type = USB_PIN_TYPE_IDENTIFICATION,
.type = USB_PIN_TYPE_POWER, // can be used to power eMarker
},
{
.name = "Dp2",
@ -505,7 +505,7 @@ const struct usb_pin_t usb_pins[] = {
.name = "CC1",
.port = GPIOB,
.pin = GPIO1,
.type = USB_PIN_TYPE_IDENTIFICATION,
.type = USB_PIN_TYPE_POWER, // can be used to power eMarker
},
{
.name = "Dp1",
@ -577,7 +577,7 @@ const struct usb_pin_t usb_pins[] = {
.name = "CC2",
.port = GPIOE,
.pin = GPIO14,
.type = USB_PIN_TYPE_IDENTIFICATION,
.type = USB_PIN_TYPE_POWER, // can be used to power eMarker
},
{
.name = "Dp2",