mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-10-31 13:51:10 -04:00
SPR、アモルファスしか生産しないことに変更だそうで、対応した
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@453 013db118-44a6-b54f-8bf7-843cb86687b1
This commit is contained in:
parent
3151417721
commit
279aa4c368
Binary file not shown.
Binary file not shown.
@ -199,7 +199,8 @@ void chk_platform_type()
|
||||
{
|
||||
// ●CTRファミリ //
|
||||
system_status.family = (enum family_)( DEV_DET >> 1 ); /// あぁ...
|
||||
if( system_status.family == FAMILY_SPFL )
|
||||
if(( system_status.family == FAMILY_SPFL ) // アモルファスしか生産しない
|
||||
|| system_status.family == FAMILY_SNAKE )) // 〃
|
||||
{
|
||||
pm_reg_bit_vddlcd = PM_REG_BIT_VDDLCD_AMO;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user