mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-10-31 13:51:10 -04:00
9 lines
133 B
C
9 lines
133 B
C
#pragma sfr
|
|
|
|
#include "incs_loader.h"
|
|
|
|
void WDT_Restart( void ){
|
|
WDTE = 0xAC; // restart watch dog timer
|
|
}
|
|
|