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 committed Jun 30, 2024
1 parent 5767de6 commit faae7ec
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 faae7ec

Please # to comment.