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

why no_std and no_main #245

Closed
bestman8 opened this issue Nov 8, 2024 · 1 comment
Closed

why no_std and no_main #245

bestman8 opened this issue Nov 8, 2024 · 1 comment

Comments

@bestman8
Copy link

bestman8 commented Nov 8, 2024

when i tried this a few days ago it didn't have those changes so is there any reason why.
imo this is kinda confusing like can i just remove those or do things break when i remove them.

talking about these in main.rs

#![no_std]
#![no_main]

#[no_mangle]
@ivmarkov
Copy link
Collaborator

ivmarkov commented Nov 9, 2024

Thanks for noticing!
These were forgotten since the last change to the template that simplified it (who uses the template without STD?).

I've fixed it now.

@ivmarkov ivmarkov closed this as completed Nov 9, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants