OpenCores
URL https://opencores.org/ocsvn/ion/ion/trunk

Subversion Repositories ion

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /ion/trunk/src
    from Rev 247 to Rev 248
    Reverse comparison

Rev 247 → Rev 248

/sdboot/sdboot.c
17,11 → 17,11
)
{
switch(rc){
case FR_NOT_READY: printf("Disk absent.");
case FR_DISK_ERR: printf("Low level disk i/o error.");
case FR_NO_FILESYSTEM: printf("No valid filesystem in drive.");
case FR_NO_FILE: printf("File not found.");
default: printf("Failed with rc=%u.", rc);
case FR_NOT_READY: printf("Disk absent."); break;
case FR_DISK_ERR: printf("Low level disk i/o error."); break;
case FR_NO_FILESYSTEM: printf("No valid filesystem in drive."); break;
case FR_NO_FILE: printf("File not found."); break;
default: printf("Failed with rc=%u.", rc); break;
}
printf("\n");
for (;;) ;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.