Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hello_world_main : fix incorrect printf format (IDFGH-7312) #8900

Closed

Conversation

huardti
Copy link
Contributor

@huardti huardti commented May 4, 2022

spi_flash_get_chip_size return a size_t to printf this type it's better to use %zu than %d.
This commit change that.

spi_flash_get_chip_size return a size_t to printf this type it's better to use %zu than %d.
This commit change that.
@CLAassistant
Copy link

CLAassistant commented May 4, 2022

CLA assistant check
All committers have signed the CLA.

@espressif-bot espressif-bot added the Status: Opened Issue is new label May 4, 2022
@github-actions github-actions bot changed the title hello_world_main : fix incorrect printf format hello_world_main : fix incorrect printf format (IDFGH-7312) May 4, 2022
@Alvin1Zhang
Copy link
Collaborator

Thanks for your contribution.

@suda-morris suda-morris added the PR-Sync-Merge Pull request sync as merge commit label May 5, 2022
@suda-morris
Copy link
Collaborator

sha=5b53a073d1b8a74492c77c24aa82d18b0c0d7126

@espressif-bot espressif-bot added Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new Resolution: NA Issue resolution is unavailable labels May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Sync-Merge Pull request sync as merge commit Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants