Mercurial > pub > halpp
comparison l476rg/Src/main.c @ 2:0c59e7a7782a
Working on GPIO and RCC
author | cin |
---|---|
date | Mon, 16 Jan 2017 11:04:47 +0300 |
parents | 32a3b1785697 |
children | ca4f5b55b391 |
comparison
equal
deleted
inserted
replaced
1:a0b14b11ad9f | 2:0c59e7a7782a |
---|---|
31 ****************************************************************************** | 31 ****************************************************************************** |
32 */ | 32 */ |
33 /* Includes ------------------------------------------------------------------*/ | 33 /* Includes ------------------------------------------------------------------*/ |
34 #include "main.h" | 34 #include "main.h" |
35 #include "stm32l4xx_hal.h" | 35 #include "stm32l4xx_hal.h" |
36 #include "tim.h" | |
37 #include "usart.h" | 36 #include "usart.h" |
38 #include "gpio.h" | 37 #include "gpio.h" |
39 | 38 |
40 /* USER CODE BEGIN Includes */ | 39 /* USER CODE BEGIN Includes */ |
41 | 40 |
77 SystemClock_Config(); | 76 SystemClock_Config(); |
78 | 77 |
79 /* Initialize all configured peripherals */ | 78 /* Initialize all configured peripherals */ |
80 MX_GPIO_Init(); | 79 MX_GPIO_Init(); |
81 MX_USART2_UART_Init(); | 80 MX_USART2_UART_Init(); |
82 MX_TIM2_Init(); | |
83 | 81 |
84 /* USER CODE BEGIN 2 */ | 82 /* USER CODE BEGIN 2 */ |
85 | 83 |
86 /* USER CODE END 2 */ | 84 /* USER CODE END 2 */ |
87 | 85 |