Browse Source
On Nuttx we have an additional check whether the directory is accessible to check if we are trying to write to storage that is not on the SD card. This returns the FileProtected error whereas on Linux this just ends up being a FileNotFound. The ifdefs around this issue are not pretty but the alternatives of either removing the tests for /bogus folders, or removing the additional check on the NuttX side don't seem better either.master
1 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue