Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extmod/vfs_posix_file: Fix flush handling in msvc builds.
Flushing console output in msvc builds always fails because that output is not buffered so don't propagate that as an error (in a simlar way as was done in 1c04774 for macOS). Signed-off-by: stijn <stijn@ignitron.net>
- Loading branch information