Skip to content

Commit

Permalink
Обновление сторожевого таймера
Browse files Browse the repository at this point in the history
  • Loading branch information
7134956 committed Jan 23, 2016
1 parent d18730d commit e977801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/src/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#ifdef SYSTEM_STM32
#include "stm32f10x.h"
#include "wdg.h"
#endif

typedef struct slot_func_t {
Expand Down Expand Up @@ -84,6 +85,6 @@ void SysTick_Handler(void) {
}
}
}
// if(state.button)
WWDG_Renew();
}
#endif

0 comments on commit e977801

Please sign in to comment.