MS-DTU/Anjiehui7_TTS_ST_V2.4_LOCAL/User/wdt_reset.h

22 lines
606 B
C
Raw Normal View History

2025-04-03 14:18:58 +08:00
/*
*********************************************************************************************************
* IAR Development Kits
* on the
*
* M451
*
* Filename : wdt_reset.h
* Version : V1.00
* Programmer(s) : Qian Xianghong
*********************************************************************************************************
*/
#ifndef USER_WDT_RESET_PRESENT
#define USER_WDT_RESET_PRESENT
void Watchdog_Init();
void Watchdog_Open();
void Watchdog_Feed();
#endif