text fix
This commit is contained in:
parent
0e2a03e3bd
commit
33233934e9
@ -58,7 +58,7 @@ void init_usb_hardware(void) {
|
|||||||
/* Configure VBUS Pin */
|
/* Configure VBUS Pin */
|
||||||
GPIO_InitStruct.Pin = GPIO_PIN_9;
|
GPIO_InitStruct.Pin = GPIO_PIN_9;
|
||||||
GPIO_InitStruct.Mode = GPIO_MODE_INPUT;
|
GPIO_InitStruct.Mode = GPIO_MODE_INPUT;
|
||||||
GPIO_InitStruct.Pull = GPIO_NOPULL;
|
GPIO_InitStruct.Pull = GPIO_NOPULL;
|
||||||
HAL_GPIO_Init(GPIOA, &GPIO_InitStruct);
|
HAL_GPIO_Init(GPIOA, &GPIO_InitStruct);
|
||||||
never_reset_pin_number(0, 9);
|
never_reset_pin_number(0, 9);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user