Browse Source

never change generated code

makefile_for_cmsis
heck 2 years ago
parent
commit
d47e7f77ec
  1. 7
      Core/Src/main.c

7
Core/Src/main.c

@ -94,10 +94,9 @@ int main(void)
cppmain(); cppmain();
// while (1) // while (1)
// { // {
// /* USER CODE END WHILE */ /* USER CODE END WHILE */
// HAL_GPIO_TogglePin(LED_GREEN_GPIO_Port,LED_GREEN_Pin);
// HAL_Delay(250); /* USER CODE BEGIN 3 */
// /* USER CODE BEGIN 3 */
// } // }
/* USER CODE END 3 */ /* USER CODE END 3 */
} }

Loading…
Cancel
Save