2025-12-26 01:18:39 -04:00
|
|
|
#include <componentThread.h>
|
|
|
|
|
#include <mindThread.h>
|
2025-12-28 03:44:01 -04:00
|
|
|
#include <spinscale/marionette.h>
|
2025-12-26 01:18:39 -04:00
|
|
|
|
|
|
|
|
namespace smo {
|
|
|
|
|
|
|
|
|
|
void MindThread::handleException()
|
|
|
|
|
{
|
2025-12-28 03:44:01 -04:00
|
|
|
sscl::mrntt::mrntt.exceptionInd();
|
2025-12-26 01:18:39 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} // namespace smo
|