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

Code typo - esp32-course/_9_storage/_9_6_spiffs-2_loop_files/main /main.c #258

Open
vb7445 opened this issue Aug 17, 2023 · 2 comments
Open

Comments

@vb7445
Copy link

vb7445 commented Aug 17, 2023

line 5 is a duplicate of line 1.
#include <stdio.h> is called twice.
line 5 should be #include <stdlib.h>

@Mair
Copy link
Owner

Mair commented Aug 20, 2023

can you do a pull request?

@vb7445
Copy link
Author

vb7445 commented Aug 20, 2023

Never done one before. I just made an attempt but not sure how it ended up. Looks like I have a fork with the changed made and merged into somewhere.

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

2 participants