Skip to content

threadsInfo missing last thread #44

@mariosgit

Description

@mariosgit

threadinfo should loop to thread_count+1

Because thread 0 is the main loop, ...makes it one more.

Around line 755 in TeensyThreads.cpp

char *Threads::threadsInfo(void)
...
  for (int each_thread = 0; each_thread < thread_count+1; each_thread++)
...

Just saw #38 is similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions