mirror of
https://github.com/rvtr/twl_mcu.git
synced 2025-06-18 06:35:40 -04:00
15 lines
213 B
C
15 lines
213 B
C
#include "macrodriver.h"
|
|
#include "System.h"
|
|
|
|
#include "user_define.h"
|
|
|
|
|
|
|
|
void CG_ReadResetSource( void )
|
|
{
|
|
UCHAR resetflag = RESF;
|
|
|
|
if( resetflag & WDTRF ){ // 起動イルミを隠すかも
|
|
}
|
|
}
|