Browse Source

Manually call self termination

DricomDragon 5 years ago
parent
commit
fa1772059a
1 changed files with 2 additions and 0 deletions
  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);
 }