Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nasa#752, use OS_READ_ONLY, not O_RDONLY
Calls to OS_open() must use the OSAL-defined symbol, not the POSIX symbol. This was a long-standing bug but happened to work because they are both zero.
- Loading branch information