mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-18 16:45:33 -04:00
コメントと書式の修正。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@600 013db118-44a6-b54f-8bf7-843cb86687b1
This commit is contained in:
parent
cb2d809248
commit
82251c4450
Binary file not shown.
Binary file not shown.
@ -36,9 +36,9 @@
|
||||
|
||||
|
||||
|
||||
#define REG_BIT_RESF_WDT 0x10
|
||||
#define REG_BIT_RESF_TRAP 0x80
|
||||
#define REG_BIT_RESF_LVI 0x01
|
||||
#define REG_BIT_RESF_WDT (1<<4)
|
||||
#define REG_BIT_RESF_TRAP (1<<7)
|
||||
#define REG_BIT_RESF_LVI (1<<0)
|
||||
|
||||
|
||||
|
||||
@ -293,6 +293,10 @@ void hdwinit( void )
|
||||
追加のレジスタ初期化を行います。
|
||||
|
||||
出来るだけ hdwinit には書かない方針です。
|
||||
|
||||
【備考】
|
||||
ファームアップデートでここに来た場合、(system_status.reboot == 1)
|
||||
レジスタの値は直前の値を維持しています。
|
||||
***********************************************/
|
||||
static void hdwinit2( )
|
||||
{
|
||||
|
@ -4,11 +4,12 @@ FrameX=23
|
||||
FrameY=42
|
||||
FrameCX=1320
|
||||
FrameCY=987
|
||||
OpenFile1=config.h,0,206,11,1242,491,17,5,17,0
|
||||
OpenFile2=OutputWindow
|
||||
OutputPos=0,296,827,375,1267
|
||||
OpenFile3=ProjectWindow
|
||||
OpenFile1=ProjectWindow
|
||||
PrjPos=0,0,706,0,291
|
||||
OpenFile2=config.h,0,206,11,1242,491,0,6,0,0
|
||||
OpenFile3=OutputWindow
|
||||
OutputPos=0,296,827,375,1267
|
||||
OpenFile4=config.h,0,100,100,1125,668,17,5,0,0
|
||||
ActivePRJ=yav_mcu_bsr.prj
|
||||
[ProjectWindow]
|
||||
ProjectWindowDispType=0
|
||||
|
@ -40,7 +40,7 @@ T=51c8f7f4
|
||||
7=i2c_mcu.h
|
||||
8=pool.h
|
||||
[magic.c]
|
||||
T=52b3e6e7
|
||||
T=52b3e79d
|
||||
1=magic.h
|
||||
2=config.h
|
||||
[WDT.c]
|
||||
|
Loading…
Reference in New Issue
Block a user