FIX: remove old motorboard scheme and add updated
This commit is contained in:
parent
314af70ff0
commit
5269d17699
2 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
|
||||
/* External variables --------------------------------------------------------*/
|
||||
extern TIM_HandleTypeDef htim3;
|
||||
extern int tim3_semaphore;
|
||||
/* USER CODE BEGIN EV */
|
||||
|
||||
/* USER CODE END EV */
|
||||
|
@ -259,6 +260,7 @@ void TIM3_IRQHandler(void)
|
|||
{
|
||||
/* USER CODE BEGIN TIM3_IRQn 0 */
|
||||
// BLink Led1
|
||||
|
||||
HAL_GPIO_TogglePin(LED1_GPIO_Port, LED1_Pin);
|
||||
/* USER CODE END TIM3_IRQn 0 */
|
||||
HAL_TIM_IRQHandler(&htim3);
|
||||
|
|
BIN
motorBoard.pdf
BIN
motorBoard.pdf
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue