|
|
@ -32,7 +32,10 @@ |
|
|
|
|
|
|
|
|
/* Private includes ----------------------------------------------------------*/ |
|
|
/* Private includes ----------------------------------------------------------*/ |
|
|
/* USER CODE BEGIN Includes */ |
|
|
/* USER CODE BEGIN Includes */ |
|
|
|
|
|
#include "common_cfg.h" |
|
|
|
|
|
#ifdef MEM_POOL_TOTAL_SIZE |
|
|
#include "common.h" |
|
|
#include "common.h" |
|
|
|
|
|
#endif |
|
|
/* USER CODE END Includes */ |
|
|
/* USER CODE END Includes */ |
|
|
|
|
|
|
|
|
/* Private typedef -----------------------------------------------------------*/ |
|
|
/* Private typedef -----------------------------------------------------------*/ |
|
|
@ -126,7 +129,9 @@ int main(void) |
|
|
MX_LPUART1_UART_Init(); |
|
|
MX_LPUART1_UART_Init(); |
|
|
MX_ADC2_Init(); |
|
|
MX_ADC2_Init(); |
|
|
/* USER CODE BEGIN 2 */ |
|
|
/* USER CODE BEGIN 2 */ |
|
|
|
|
|
#ifdef MEM_POOL_TOTAL_SIZE |
|
|
RD_INIT(); |
|
|
RD_INIT(); |
|
|
|
|
|
#endif |
|
|
/* USER CODE END 2 */ |
|
|
/* USER CODE END 2 */ |
|
|
|
|
|
|
|
|
/* Init scheduler */ |
|
|
/* Init scheduler */ |
|
|
|