Skip to content

Commit

Permalink
Bugfix XcpEthServerShutdown incorrect thread termination
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerZ committed Aug 31, 2024
1 parent a6dbc77 commit afded27
Show file tree
Hide file tree
Showing 12 changed files with 13,953 additions and 13,823 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ Xcode_build/
Environment
CustomProperties.json

*.json
4 changes: 0 additions & 4 deletions C_Demo/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ int main(int argc, char* argv[]) {
if (!checkKeyboard()) break;
}

// Terminate task
sleepMs(1000);
cancel_thread(t2);

// Stop the XCP server
XcpEthServerShutdown();
socketCleanup();
Expand Down
Loading

0 comments on commit afded27

Please sign in to comment.