Subversion Repositories NaviCtrl

Rev

Rev 433 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 433 Rev 450
Line 671... Line 671...
671
        }
671
        }
672
        // set current file pinter to first position in list
672
        // set current file pinter to first position in list
673
        file = &FilePointer[0];
673
        file = &FilePointer[0];
Line 674... Line 674...
674
 
674
 
675
        // try to initialize the sd-card.
675
        // try to initialize the sd-card.
676
        if(SD_SUCCESS != SDC_Init())
676
        if(SD_SUCCESS != SDC_Init(1))
677
        {
677
        {
678
                UART1_PutString("SD-Card could not be initialized.");
678
                UART1_PutString("SD-Card could not be initialized.");
679
                result = 1;
679
                result = 1;
680
                goto end;
680
                goto end;