Skip to content

Commit

Permalink
example update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmirel committed Feb 9, 2020
1 parent 6f43ca3 commit f0423c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ps3_example/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ int fatfs_init()
DPrintf("open drive %d result %d for 0x%llx\n", k, fddr[k], (long long unsigned int)ff_ps3id[k]);
if (fddr[k] == FR_OK)
sdopen (k);
else
fflib_detach (k);
}
//
return 0;
Expand Down

0 comments on commit f0423c3

Please sign in to comment.