Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/FindFlashDrive
- Timestamp:
- 05/17/24 11:57:33 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/FindFlashDrive
v1 v2 26 26 #if ARM64 27 27 vector<string> pathList; 28 // pass true to mount the drive if a drive found but not mounted 28 29 if(FindFlashDrive(pathList, true) == false) { 29 30 result = -1;