summaryrefslogtreecommitdiff
path: root/extmod/vfs_posix_file.c
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2020-03-21 17:11:30 -0500
committerDamien George <damien.p.george@gmail.com>2020-03-25 00:56:38 +1100
commit100012bec6e8103fcf4aa429dfe1bd801301d642 (patch)
treea3bae71fc14d4f02ee27cb661f2d252293792e26 /extmod/vfs_posix_file.c
parentb1066a9f967ba4e12e9ca87820eab494177d8467 (diff)
windows: Remove custom definition of MP_PLAT_PRINT_STRN.
This removes the port-specific definition of MP_PLAT_PRINT_STRN on the windows port, so that the default mp_hal_stdout_tx_strn_cooked() is always used. This fixes releasing the GIL during the call to write() (this was missed in bc3499f0103abcae39ad048bb42a518a665b8497). Also, mp_hal_dupterm_tx_strn() was defined but never used anywhere so it is safe to delete it.
Diffstat (limited to 'extmod/vfs_posix_file.c')
0 files changed, 0 insertions, 0 deletions