瀏覽代碼

Manually call self termination

DricomDragon 5 年之前
父節點
當前提交
a92b3fbc33
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      prog/sources/user-tasks.cpp

+ 2 - 0
prog/sources/user-tasks.cpp

@@ -20,6 +20,8 @@ static void task1 (USER_MODE) {
 			counter ++;
 		}
 	}
+
+	taskSelfTerminates (MODE);
 }