Добавлен watchdog таймер
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "gpio.h"
|
||||
#include "tim.h"
|
||||
#include "usart.h"
|
||||
#include "iwdg.h"
|
||||
#include "pch_sensors.h"
|
||||
#include "rs_message.h"
|
||||
|
||||
@@ -49,6 +50,7 @@ int main(void)
|
||||
/* System clock configuration */
|
||||
APP_SystemClockConfig();
|
||||
|
||||
MX_IWDG_Init();
|
||||
MX_GPIO_Init();
|
||||
MX_TIM1_Init();
|
||||
MX_TIM14_Init();
|
||||
|
||||
Reference in New Issue
Block a user