コメントと書式の修正。

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:
n2232 2014-01-30 02:29:35 +00:00
parent cb2d809248
commit 82251c4450
5 changed files with 13 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View File

@ -36,9 +36,9 @@
#define REG_BIT_RESF_WDT 0x10 #define REG_BIT_RESF_WDT (1<<4)
#define REG_BIT_RESF_TRAP 0x80 #define REG_BIT_RESF_TRAP (1<<7)
#define REG_BIT_RESF_LVI 0x01 #define REG_BIT_RESF_LVI (1<<0)
@ -293,6 +293,10 @@ void hdwinit( void )
hdwinit hdwinit
 (system_status.reboot == 1)
***********************************************/ ***********************************************/
static void hdwinit2( ) static void hdwinit2( )
{ {

View File

@ -4,11 +4,12 @@ FrameX=23
FrameY=42 FrameY=42
FrameCX=1320 FrameCX=1320
FrameCY=987 FrameCY=987
OpenFile1=config.h,0,206,11,1242,491,17,5,17,0 OpenFile1=ProjectWindow
OpenFile2=OutputWindow
OutputPos=0,296,827,375,1267
OpenFile3=ProjectWindow
PrjPos=0,0,706,0,291 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 ActivePRJ=yav_mcu_bsr.prj
[ProjectWindow] [ProjectWindow]
ProjectWindowDispType=0 ProjectWindowDispType=0

View File

@ -40,7 +40,7 @@ T=51c8f7f4
7=i2c_mcu.h 7=i2c_mcu.h
8=pool.h 8=pool.h
[magic.c] [magic.c]
T=52b3e6e7 T=52b3e79d
1=magic.h 1=magic.h
2=config.h 2=config.h
[WDT.c] [WDT.c]