PIBroadcast fix

This commit is contained in:
2024-07-10 16:56:40 +03:00
parent a16e0b7659
commit b781bd5148
2 changed files with 4 additions and 3 deletions

View File

@@ -635,6 +635,7 @@ bool PIThread::startOnce() {
void PIThread::terminate() {
piCoutObj << "Warning, terminate!";
// PICout(PICoutManipulators::DefaultControls) << "thread" << this << "terminate ..." << running_;
#ifdef FREERTOS
PICout(PICoutManipulators::DefaultControls) << "FreeRTOS can't terminate pthreads! waiting for stop";