mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
spiffs: Explicitly indicate unused value
This commit is contained in:
@@ -23,7 +23,7 @@ const char* TAG = "SPIFFS";
|
||||
|
||||
void spiffs_api_lock(spiffs *fs)
|
||||
{
|
||||
xSemaphoreTake(((esp_spiffs_t *)(fs->user_data))->lock, portMAX_DELAY);
|
||||
(void) xSemaphoreTake(((esp_spiffs_t *)(fs->user_data))->lock, portMAX_DELAY);
|
||||
}
|
||||
|
||||
void spiffs_api_unlock(spiffs *fs)
|
||||
|
Reference in New Issue
Block a user