Home
last modified time | relevance | path

Searched refs:TOO_LONG_NAME (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c23 const char *TOO_LONG_NAME = "0123456789abcdefg"; variable
25 TEST_ESP_ERR(ESP_ERR_INVALID_ARG, nvs_flash_init_partition(TOO_LONG_NAME));
27 nvs_flash_deinit_partition(TOO_LONG_NAME); // just in case