issues
search
oyama
/
pico-vfs
Thin virtual file system for Raspberry Pi Pico
Other
13
stars
4
forks
source link
Change test buffer to correct data type
#56
Closed
oyama
closed
2 months ago
oyama
commented
2 months ago
Fixed #55
Change test buffer to correct data type
wint_t
to
wchar_t
Fixed test case because
freopen(NULL, ...)
does not work as expected when using RISC-V cores.
Fixed #55
wint_t
towchar_t
freopen(NULL, ...)
does not work as expected when using RISC-V cores.