We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b6b03 commit c357f4eCopy full SHA for c357f4e
Core/Src/main.c
@@ -63,7 +63,7 @@ int main(void)
63
MX_GPIO_Init();
64
ADDRESS = readPinstraps();
65
MX_I2C1_Init(ADDRESS);
66
- //MX_IWDG_Init();
+ MX_IWDG_Init();
67
/* Initialize interrupts */
68
MX_NVIC_Init();
69
@@ -76,7 +76,7 @@ int main(void)
76
/* Infinite loop */
77
while (1)
78
{
79
- //HAL_IWDG_Refresh(&hiwdg);
+ HAL_IWDG_Refresh(&hiwdg);
80
if (endTone != 0 && HAL_GetTick() > endTone) {
81
HAL_TIM_PWM_Stop(&htim1, TIM_CHANNEL_1);
82
endTone = 0;
0 commit comments