Skip to content

Commit

Permalink
Merge branch 'fix/suppress_c++11_invalid_suffix_on_literal_v5.2' into…
Browse files Browse the repository at this point in the history
… 'release/v5.2'

fix: Fix PRI inttypes error due to C++ invalid suffix on literal in SPIFFS (v5.2)

See merge request espressif/esp-idf!31807
  • Loading branch information
jack0c committed Jul 4, 2024
2 parents 2fa4d4e + faae7ec commit cc5fa64
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 cc5fa64

Please # to comment.