Browse Source

Manually call self termination

DricomDragon 5 năm trước cách đây
mục cha
commit
fa1772059a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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);
 }