esp-idf/components/nvs_flash/host_test/nvs_host_test
Cody P Schafer cbe906e53c
nvs_host_test: replace sprintf with snprintf
With some libc impls (ie: Xcode 13.1), sprintf is marked as deprecated
and causes the build with `-Werror` to fail. Switch the `sprintf` usage
in test_nvs.cpp to use `snprintf` to allow builds to complete without
warning.
2023-04-03 16:33:57 -04:00
..
main nvs_host_test: replace sprintf with snprintf 2023-04-03 16:33:57 -04:00
CMakeLists.txt
README.md
pytest_nvs_host_linux.py ci(nvs_flash): Increase timeout of nvs_page_test 2023-02-13 12:35:52 +08:00
sdkconfig.defaults

README.md

Supported Targets Linux