Searched refs:TOO_LONG_NAME (Results 1 – 1 of 1) sorted by relevance
23 const char *TOO_LONG_NAME = "0123456789abcdefg"; variable25 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