mirror of
https://github.com/rvtr/twl_mcu.git
synced 2025-06-18 14:45:41 -04:00
9 lines
111 B
C
9 lines
111 B
C
#ifndef _MDT_
|
|
#define _MDT_
|
|
|
|
#define mcu_reset WDTE = 0x5A
|
|
|
|
void WDT_Restart(void);
|
|
|
|
#endif
|