mirror of
https://github.com/rvtr/twl_mcu.git
synced 2025-06-18 14:45:41 -04:00
10 lines
155 B
C
10 lines
155 B
C
#include "macrodriver.h"
|
|
#include "WDT.h"
|
|
|
|
#include "user_define.h"
|
|
|
|
void WDT_Restart( void ){
|
|
WDTE = 0xAC; /* restart watch dog timer */
|
|
}
|
|
|