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

[TW#12793] extern "C" guard needed for esp_vfs_fat.h #628

Closed
nkolban opened this issue May 20, 2017 · 0 comments
Closed

[TW#12793] extern "C" guard needed for esp_vfs_fat.h #628

nkolban opened this issue May 20, 2017 · 0 comments

Comments

@nkolban
Copy link
Contributor

nkolban commented May 20, 2017

Working in C++, I find that the esp_vfs_fat.h needs explicit guarding with:

extern "C" {
   #include <esp_vfs_fat.h>
}

I believe this is an oversight and that esp_vfs_fat.h should guard itself.

@FayeY FayeY changed the title extern "C" guard needed for esp_vfs_fat.h [TW#12793] extern "C" guard needed for esp_vfs_fat.h May 23, 2017
@igrr igrr closed this as completed in 06accaf Jun 19, 2017
0xFEEDC0DE64 pushed a commit to 0xFEEDC0DE64/esp-idf that referenced this issue May 5, 2021
* Add example to update ESP32 via SD card

* Delete update.bin from sd upon finishing update

* remove precompiled binary from example

* Check whether update.bin is a file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant