doublebuf
Ondřej Hruška 6 years ago
parent c2d8b7a304
commit 88cdcb8c49
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      Src/main.c
  2. 2
      User

@ -47,6 +47,7 @@
*/ */
/* Includes ------------------------------------------------------------------*/ /* Includes ------------------------------------------------------------------*/
#include <stm32f0xx_ll_gpio.h>
#include "main.h" #include "main.h"
#include "stm32f0xx_hal.h" #include "stm32f0xx_hal.h"
#include "cmsis_os.h" #include "cmsis_os.h"
@ -88,7 +89,6 @@ int main(void)
HAL_Init(); HAL_Init();
/* USER CODE BEGIN Init */ /* USER CODE BEGIN Init */
/* USER CODE END Init */ /* USER CODE END Init */
/* Configure the system clock */ /* Configure the system clock */

@ -1 +1 @@
Subproject commit 72954c46ce143592f007f831bfae326d5c17e53e Subproject commit ce80895b25b5b85cbedc7ca3bb200b2d31812563
Loading…
Cancel
Save