-
Notifications
You must be signed in to change notification settings - Fork 88
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
task-07: use thread_getpid() instead of sched_active_pid #78
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Please rebase to current master |
Not sure why travis does not pick up this PR :-/ |
It somehow says "Abuse detected" for this PR. What did you do @benpicco 🤪 |
I didn't try to exploit Travis, promise 😅 |
Maybe another rebase? :-/ |
Ah, maybe its more about what you didn't do appearently they expect you to login... Another reason to switch over to GithubActions here as well :-/ |
See #79 |
I deactivated the required check for a short while to merge this. This is only a change to the README anyway, so the build tests should not break ;-). |
sched_active_pid
should not be used directly and is no longer exported throughsched.h
.See https://forum.riot-os.org/t/sched-active-pid/227