Rev 318 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 318 | Rev 333 | ||
---|---|---|---|
Line 524... | Line 524... | ||
524 | if(result != 0) Fat16_Deinit(); |
524 | if(result != 0) Fat16_Deinit(); |
525 | else printf(" ...ok"); |
525 | else printf(" ...ok"); |
526 | return(result); |
526 | return(result); |
527 | } |
527 | } |
Line -... | Line 528... | ||
- | 528 | ||
- | 529 | /****************************************************************************************************************************************/ |
|
- | 530 | /* Function: Fat16_IsValid(void); */ |
|
- | 531 | /* */ |
|
- | 532 | /* Description: This function return the Fat 15 filesystem state */ |
|
- | 533 | /* */ |
|
- | 534 | /* Returnvalue: The function returns "1" on success */ |
|
- | 535 | /****************************************************************************************************************************************/ |
|
528 | 536 | uint8_t Fat16_IsValid(void) |
|
- | 537 | { |
|
- | 538 | return(Partition.IsValid); |
|
Line 529... | Line 539... | ||
529 | 539 | } |
|
530 | 540 | ||
531 | /****************************************************************************************************************************************/ |
541 | /****************************************************************************************************************************************/ |
532 | /* Function: ClearCurrCluster(File_t*); */ |
542 | /* Function: ClearCurrCluster(File_t*); */ |