fix: PRI inttypes error due to C++ invalid suffix on literal in SPIFFS

This commit is contained in:
Adam Múdry 2024-01-29 10:19:22 +01:00 committed by BOT
parent 2a585f58a0
commit a5630c8277

View File

@ -71,7 +71,7 @@ extern void spiffs_api_unlock(struct spiffs_t *fs);
// Defines spiffs debug print formatters
// some general signed number
#define _SPIPRIi "%"PRIdMAX
#define _SPIPRIi "%" PRIdMAX
// address
#define _SPIPRIad "%08x"
// block