Browse Source

Cleanup

main
Goran Mahovlic 2 years ago
parent
commit
38ec5b3677
  1. 6
      Core/Src/main.c
  2. 84866
      Debug/stm32f746g-disco.hex

6
Core/Src/main.c

@ -86,12 +86,10 @@ int _gettimeofday( struct timeval *tv, void *tzvp )
int main(void) int main(void)
{ {
/* USER CODE BEGIN 1 */ /* USER CODE BEGIN 1 */
#if 0 #if 1
HAL_Init(); HAL_Init();
SystemClock_Config(); SystemClock_Config();
PeriphCommonClock_Config(); //PeriphCommonClock_Config();
MY_LCD_Init();
LCD_BriefDisplay();
#else #else
/* USER CODE END 1 */ /* USER CODE END 1 */

84866
Debug/stm32f746g-disco.hex

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save