mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@33 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
681ca97915
commit
b59447dd4b
@ -259,7 +259,7 @@ void stream_main(void)
|
|||||||
}
|
}
|
||||||
readSize = 0;
|
readSize = 0;
|
||||||
|
|
||||||
OS_TPrintf("%s %d Readfile %s len=%d\n",__FUNCTION__,__LINE__,myfsfile[i].path, myfsfile[i].length);
|
// OS_TPrintf("%s %d Readfile %s len=%d\n",__FUNCTION__,__LINE__,myfsfile[i].path, myfsfile[i].length);
|
||||||
readSize = FS_ReadFile(&(myfsfile[i].file), myfsfile[i].data, (int)myfsfile[i].length );
|
readSize = FS_ReadFile(&(myfsfile[i].file), myfsfile[i].data, (int)myfsfile[i].length );
|
||||||
if( readSize != myfsfile[i].length ) {
|
if( readSize != myfsfile[i].length ) {
|
||||||
OS_TPrintf("Failed Read File: %s %s %d\n",myfsfile[i].path, __FUNCTION__,__LINE__);
|
OS_TPrintf("Failed Read File: %s %s %d\n",myfsfile[i].path, __FUNCTION__,__LINE__);
|
||||||
|
|||||||
@ -438,7 +438,8 @@ BOOL SetupEC(void)
|
|||||||
//#define EC_LOG_FINER 5
|
//#define EC_LOG_FINER 5
|
||||||
//#define EC_LOG_FINEST 6
|
//#define EC_LOG_FINEST 6
|
||||||
|
|
||||||
logLevel = EC_LOG_FINEST;
|
// logLevel = EC_LOG_FINEST;
|
||||||
|
logLevel = EC_LOG_FINE;
|
||||||
// logLevel = EC_LOG_NONE;
|
// logLevel = EC_LOG_NONE;
|
||||||
|
|
||||||
LoadCert(&pClientCert, &clientCertSize, ".twl-nup-cert.der");
|
LoadCert(&pClientCert, &clientCertSize, ".twl-nup-cert.der");
|
||||||
|
|||||||
@ -773,7 +773,7 @@ void TwlMain(void)
|
|||||||
reboot_flag = OS_IsRebooted();
|
reboot_flag = OS_IsRebooted();
|
||||||
/* デバッグのために今だけ強制的にオン(UPDATE mode) */
|
/* デバッグのために今だけ強制的にオン(UPDATE mode) */
|
||||||
/* miya */
|
/* miya */
|
||||||
reboot_flag = TRUE;
|
// reboot_flag = TRUE;
|
||||||
|
|
||||||
|
|
||||||
if( FALSE == SDCardValidation() ) {
|
if( FALSE == SDCardValidation() ) {
|
||||||
@ -892,6 +892,9 @@ void TwlMain(void)
|
|||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
// 不要:NAM の初期化
|
||||||
|
NAM_Init(&AllocForNAM, &FreeForNAM);
|
||||||
|
|
||||||
/* 書き戻し過程 */
|
/* 書き戻し過程 */
|
||||||
if( sd_card_flag == TRUE ) {
|
if( sd_card_flag == TRUE ) {
|
||||||
text_blink_current_line(tc[0]);
|
text_blink_current_line(tc[0]);
|
||||||
|
|||||||
@ -72,6 +72,7 @@ static void SDEvents(void *userdata, FSEvent event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static MyData mydata;
|
static MyData mydata;
|
||||||
|
|
||||||
#ifdef LCD_UPPER_LOWER_FLIP
|
#ifdef LCD_UPPER_LOWER_FLIP
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user