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@199 013db118-44a6-b54f-8bf7-843cb86687b1
This commit is contained in:
parent
bcefe4d511
commit
7dde520ba2
@ -785,6 +785,11 @@ void BT_init( )
|
||||
// TS //
|
||||
system_status.model = MODEL_TS_BOARD;
|
||||
}
|
||||
else if( raw_adc_temperature < 4 )
|
||||
{
|
||||
// ”’” //
|
||||
system_status.model = MODEL_SHIROBAKO;
|
||||
}
|
||||
else
|
||||
{
|
||||
// 実機、残量IC NACK( バッテリ無しまたは残量IC故障 )
|
||||
|
@ -304,7 +304,7 @@ void vreg_ctr_write( u8 adrs, u8 data )
|
||||
}
|
||||
vreg_ctr[ VREG_C_COMMAND3 ] = data;
|
||||
break;
|
||||
|
||||
|
||||
// read only
|
||||
case ( VREG_C_MCU_VER_MAJOR ):
|
||||
case ( VREG_C_MCU_VER_MINOR ):
|
||||
|
Loading…
Reference in New Issue
Block a user