Skip to content

Commit

Permalink
fix: PRI inttypes error due to C++ invalid suffix on literal in SPIFFS
Browse files Browse the repository at this point in the history
  • Loading branch information
adokitkat authored and espressif-bot committed Feb 7, 2024
1 parent 2a585f5 commit a5630c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/spiffs/include/spiffs_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5630c8

Please sign in to comment.