copy: improve trigger

This commit is contained in:
Thomas Schoebel-Theuer 2020-02-07 07:32:35 +01:00
parent 506f57d04b
commit f1d7caedfe

View File

@ -868,6 +868,7 @@ static int _copy_thread(void *data)
_clear_all_mref(brick);
brick->terminated = true;
mars_trigger();
MARS_DBG("--------------- copy_thread done.\n");
return 0;
}