Enabled SWD and updated symbols on schematic
This commit is contained in:
parent
a3c3003d7a
commit
d71d20e67c
14 changed files with 6641 additions and 3902 deletions
|
|
@ -309,6 +309,7 @@ static void MX_GPIO_Init(void)
|
|||
__HAL_RCC_GPIOA_CLK_ENABLE();
|
||||
__HAL_RCC_GPIOD_CLK_ENABLE();
|
||||
__HAL_RCC_GPIOG_CLK_ENABLE();
|
||||
__HAL_RCC_GPIOB_CLK_ENABLE();
|
||||
|
||||
/*Configure GPIO pin Output Level */
|
||||
HAL_GPIO_WritePin(GPIOG, GPIO_PIN_13, GPIO_PIN_RESET);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue